C# Class System.Xml.Xsl.Runtime.XmlStringSortKey

Sort key for xs:string values. Strings are sorted according to a byte-wise sort key calculated by caller.
Inheritance: XmlSortKey
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
XmlStringSortKey ( SortKey sortKey, bool descendingOrder ) : System
XmlStringSortKey ( byte sortKey, bool descendingOrder ) : System

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

XmlStringSortKey() public method

public XmlStringSortKey ( SortKey sortKey, bool descendingOrder ) : System
sortKey System.Globalization.SortKey
descendingOrder bool
return System

XmlStringSortKey() public method

public XmlStringSortKey ( byte sortKey, bool descendingOrder ) : System
sortKey byte
descendingOrder bool
return System