C # in a Nutshell, Second Edition
This enumeration specifies how nodes are sorted by numerical value, either ascending or descending. public enum XmlSortOrder { Ascending = 1 , Descending = 2 } Hierarchy
S ystem.Object Passed To
XPathExpression.AddSort( ) |