[Missing <summary> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.SortedSet``1(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 SortedSet<T>(
	string role,
	string propertyRef,
	bool embedded,
	IComparer<T> comparer
)
Visual Basic
Public Overridable Function SortedSet(Of T) ( _
	role As String, _
	propertyRef As String, _
	embedded As Boolean, _
	comparer As IComparer(Of T) _
) As CollectionType
Visual C++
public:
generic<typename T>
virtual CollectionType^ SortedSet(
	String^ role, 
	String^ propertyRef, 
	bool embedded, 
	IComparer<T>^ comparer
)

Parameters

role
Type: System..::..String

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

comparer
Type: System.Collections.Generic..::..IComparer<(Of <(<'T>)>)>

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

Type Parameters

T

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

Return Value

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

Implements

ICollectionTypeFactory..::..SortedSet<(Of <<'(T>)>>)(String, String, Boolean, IComparer<(Of <<'(T>)>>))

See Also