Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GenericSortedList ( _
	role As String, _
	propertyRef As String, _
	comparer As Object, _
	indexClass As Type, _
	elementClass As Type _
) As CollectionType
C#
public static CollectionType GenericSortedList(
	string role,
	string propertyRef,
	Object comparer,
	Type indexClass,
	Type elementClass
)
Visual C++
public:
static CollectionType^ GenericSortedList(
	String^ role, 
	String^ propertyRef, 
	Object^ comparer, 
	Type^ indexClass, 
	Type^ elementClass
)
JavaScript
NHibernate.Type.TypeFactory.genericSortedList = function(role, propertyRef, comparer, indexClass, elementClass);

Parameters

role
Type: System..::.String
propertyRef
Type: System..::.String
comparer
Type: System..::.Object
indexClass
Type: System..::.Type
elementClass
Type: System..::.Type

See Also