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

Sort key for xs:integer values.
Inheritance: XmlSortKey
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
XmlIntegerSortKey ( long value, XmlCollation collation ) : System

Method Details

CompareTo() public method

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

XmlIntegerSortKey() public method

public XmlIntegerSortKey ( long value, XmlCollation collation ) : System
value long
collation XmlCollation
return System