[Missing <summary> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

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

Syntax

C#
public virtual CollectionType SortedDictionary<TKey, TValue>(
	string role,
	string propertyRef,
	bool embedded,
	IComparer<TKey> comparer
)
Visual Basic
Public Overridable Function SortedDictionary(Of TKey, TValue) ( _
	role As String, _
	propertyRef As String, _
	embedded As Boolean, _
	comparer As IComparer(Of TKey) _
) As CollectionType
Visual C++
public:
generic<typename TKey, typename TValue>
virtual CollectionType^ SortedDictionary(
	String^ role, 
	String^ propertyRef, 
	bool embedded, 
	IComparer<TKey>^ comparer
)

Parameters

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

propertyRef
Type: System..::..String

[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

embedded
Type: System..::..Boolean

[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``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.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedDictionary``2(System.String,System.String,System.Boolean,System.Collections.Generic.IComparer{``0})"]

Implements

ICollectionTypeFactory..::..SortedDictionary<(Of <<'(TKey, TValue>)>>)(String, String, Boolean, IComparer<(Of <<'(TKey>)>>))

See Also