Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ role As String, _ propertyRef As String, _ comparer As IComparer(Of TKey) _ ) |
C# |
---|
public GenericSortedListType( string role, string propertyRef, IComparer<TKey> comparer ) |
Visual C++ |
---|
public: GenericSortedListType( String^ role, String^ propertyRef, IComparer<TKey>^ comparer ) |
JavaScript |
---|
NHibernate.Type.GenericSortedListType = function(role, propertyRef, comparer); |
Parameters
- role
- Type: System..::.String
- propertyRef
- Type: System..::.String
- comparer
- Type: System.Collections.Generic..::.IComparer<(Of <(TKey>)>)