Namespace:  NHibernate.Type
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 GenericSortedDictionaryType(
	string role,
	string propertyRef,
	IComparer<TKey> comparer
)
Visual C++
public:
GenericSortedDictionaryType(
	String^ role, 
	String^ propertyRef, 
	IComparer<TKey>^ comparer
)
JavaScript
NHibernate.Type.GenericSortedDictionaryType = function(role, propertyRef, comparer);

Parameters

role
Type: System..::.String
propertyRef
Type: System..::.String
comparer
Type: System.Collections.Generic..::.IComparer<(Of <(TKey>)>)

See Also