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

Sort key for the empty sequence. Empty sequence always compares sorts either before all other values, or after all other values.
Inheritance: XmlSortKey
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
XmlEmptySortKey ( XmlCollation collation ) : System

Method Details

CompareTo() public méthode

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

XmlEmptySortKey() public méthode

public XmlEmptySortKey ( XmlCollation collation ) : System
collation XmlCollation
Résultat System