[Missing <summary> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static CollectionType GenericSortedDictionary( string role, string propertyRef, Object comparer, Type indexClass, Type elementClass ) |
Visual Basic |
---|
Public Shared Function GenericSortedDictionary ( _ role As String, _ propertyRef As String, _ comparer As Object, _ indexClass As Type, _ elementClass As Type _ ) As CollectionType |
Visual C++ |
---|
public: static CollectionType^ GenericSortedDictionary( String^ role, String^ propertyRef, Object^ comparer, Type^ indexClass, Type^ elementClass ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]
- comparer
- Type: System..::..Object
[Missing <param name="comparer"/> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]
- indexClass
- Type: System..::..Type
[Missing <param name="indexClass"/> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]
- elementClass
- Type: System..::..Type
[Missing <param name="elementClass"/> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.TypeFactory.GenericSortedDictionary(System.String,System.String,System.Object,System.Type,System.Type)"]