Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GenericSortedDictionaryType(Of TKey, TValue) _
	Inherits GenericMapType(Of TKey, TValue)
C#
[SerializableAttribute]
public class GenericSortedDictionaryType<TKey, TValue> : GenericMapType<TKey, TValue>
Visual C++
[SerializableAttribute]
generic<typename TKey, typename TValue>
public ref class GenericSortedDictionaryType : public GenericMapType<TKey, TValue>
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

TKey
TValue

Inheritance Hierarchy

System..::.Object
  NHibernate.Type..::.AbstractType
    NHibernate.Type..::.CollectionType
      NHibernate.Type..::.MapType
        NHibernate.Type..::.GenericMapType<(Of <(TKey, TValue>)>)
          NHibernate.Type..::.GenericSortedDictionaryType<(Of <(TKey, TValue>)>)

See Also