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

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

Méthodes publiques

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

Method Details

CompareTo() public méthode

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

XmlIntSortKey() public méthode

public XmlIntSortKey ( int value, XmlCollation collation ) : System
value int
collation XmlCollation
Résultat System