Initializes a new instance of the GenericSortedDictionaryType<(Of <(<'TKey, TValue>)>)> class
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public GenericSortedDictionaryType( string role, string propertyRef, IComparer<TKey> comparer ) |
Visual Basic |
---|
Public Sub New ( _ role As String, _ propertyRef As String, _ comparer As IComparer(Of TKey) _ ) |
Visual C++ |
---|
public: GenericSortedDictionaryType( String^ role, String^ propertyRef, IComparer<TKey>^ comparer ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Type.GenericSortedDictionaryType`2.#ctor(System.String,System.String,System.Collections.Generic.IComparer{`0})"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.GenericSortedDictionaryType`2.#ctor(System.String,System.String,System.Collections.Generic.IComparer{`0})"]
- comparer
- Type: System.Collections.Generic..::..IComparer<(Of <(<'TKey>)>)>
[Missing <param name="comparer"/> documentation for "M:NHibernate.Type.GenericSortedDictionaryType`2.#ctor(System.String,System.String,System.Collections.Generic.IComparer{`0})"]