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
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

XmlStringSortKey() public méthode

public XmlStringSortKey ( SortKey sortKey, bool descendingOrder ) : System
sortKey System.Globalization.SortKey
descendingOrder bool
Résultat System

XmlStringSortKey() public méthode

public XmlStringSortKey ( byte sortKey, bool descendingOrder ) : System
sortKey byte
descendingOrder bool
Résultat System