C # in a Nutshell, Second Edition

XmlSortOrder serializable

System.Xml.XPath (system.xml.dll) enum

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 System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XmlSortOrder

Passed To

XPathExpression.AddSort( )

Категории