[Missing <summary> documentation for "T:NHibernate.Type.GenericSortedListType`2"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class GenericSortedListType<TKey, TValue> : GenericMapType<TKey, TValue> |
Visual Basic |
---|
<SerializableAttribute> _ Public Class GenericSortedListType(Of TKey, TValue) _ Inherits GenericMapType(Of TKey, TValue) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TKey, typename TValue> public ref class GenericSortedListType : public GenericMapType<TKey, TValue> |
Type Parameters
- TKey
[Missing <typeparam name="TKey"/> documentation for "T:NHibernate.Type.GenericSortedListType`2"]
- TValue
[Missing <typeparam name="TValue"/> documentation for "T:NHibernate.Type.GenericSortedListType`2"]
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..MapType
NHibernate.Type..::..GenericMapType<(Of <(<'TKey, TValue>)>)>
NHibernate.Type..::..GenericSortedListType<(Of <(<'TKey, TValue>)>)>
NHibernate.Type..::..AbstractType
NHibernate.Type..::..CollectionType
NHibernate.Type..::..MapType
NHibernate.Type..::..GenericMapType<(Of <(<'TKey, TValue>)>)>
NHibernate.Type..::..GenericSortedListType<(Of <(<'TKey, TValue>)>)>