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
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
XmlEmptySortKey ( XmlCollation collation ) : System

Method Details

CompareTo() public method

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

XmlEmptySortKey() public method

public XmlEmptySortKey ( XmlCollation collation ) : System
collation XmlCollation
return System