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

Sort key for xs:integer values.
Inheritance: XmlSortKey
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
XmlIntegerSortKey ( long value, XmlCollation collation ) : System

Method Details

CompareTo() public méthode

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

XmlIntegerSortKey() public méthode

public XmlIntegerSortKey ( long value, XmlCollation collation ) : System
value long
collation XmlCollation
Résultat System