Overload | Description |
---|---|
SortInfo Constructor(Int32,Boolean) | Creates a SortInfo object with the order specified and the comparison done using the system default comparer. |
SortInfo Constructor(Int32,Boolean,IComparer) | Creates a SortInfo object with the order specified and the comparison done according to the specified comparer. |
SortInfo Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the SortInfo class from serialization. |