Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GenericSortedDictionary ( _ role As String, _ propertyRef As String, _ comparer As Object, _ indexClass As Type, _ elementClass As Type _ ) As CollectionType |
C# |
---|
public static CollectionType GenericSortedDictionary( string role, string propertyRef, Object comparer, Type indexClass, Type elementClass ) |
Visual C++ |
---|
public: static CollectionType^ GenericSortedDictionary( String^ role, String^ propertyRef, Object^ comparer, Type^ indexClass, Type^ elementClass ) |
JavaScript |
---|
NHibernate.Type.TypeFactory.genericSortedDictionary = 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