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