SpecificationTSortRules Property  | 
 Gets the sorting rules that are specified.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic SortSpecifications<T> SortRules { get; }Public ReadOnly Property SortRules As SortSpecifications(Of T)
	Get
public:
virtual property SortSpecifications<T>^ SortRules {
	SortSpecifications<T>^ get () sealed;
}abstract SortRules : SortSpecifications<'T> with get
override SortRules : SortSpecifications<'T> with get
Property Value
Type: 
SortSpecificationsTImplements
ISpecificationTSortRules
See Also