[Missing <summary> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
CollectionType SortedList<TKey, TValue>( string role, string propertyRef, bool embedded, IComparer<TKey> comparer ) |
Visual Basic |
---|
Function SortedList(Of TKey, TValue) ( _ role As String, _ propertyRef As String, _ embedded As Boolean, _ comparer As IComparer(Of TKey) _ ) As CollectionType |
Visual C++ |
---|
generic<typename TKey, typename TValue> CollectionType^ SortedList( String^ role, String^ propertyRef, bool embedded, IComparer<TKey>^ comparer ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
- embedded
- Type: System..::..Boolean
[Missing <param name="embedded"/> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
- comparer
- Type: System.Collections.Generic..::..IComparer<(Of <(<'TKey>)>)>
[Missing <param name="comparer"/> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
Type Parameters
- TKey
[Missing <typeparam name="TKey"/> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
- TValue
[Missing <typeparam name="TValue"/> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Bytecode.ICollectionTypeFactory.SortedList``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]