Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
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> |
Type Parameters
- TKey
- TValue
Inheritance Hierarchy
System.Object
NHibernate.Type.AbstractType
NHibernate.Type.CollectionType
NHibernate.Type.MapType
NHibernate.Type.GenericMapType<TKey, TValue>
NHibernate.Type.GenericSortedDictionaryType<(Of TKey, TValue>)
NHibernate.Type.AbstractType
NHibernate.Type.CollectionType
NHibernate.Type.MapType
NHibernate.Type.GenericMapType<TKey, TValue>
NHibernate.Type.GenericSortedDictionaryType<(Of TKey, TValue>)