DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlNodeOrderserializable

System.Xml (system.xml.dll)enum

These values describe the position of one node relative to another, with respect to document order.

public enum XmlNodeOrder {
   Before = 0,
   After = 1,
   Same = 2,
   Unknown = 3
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XmlNodeOrder

Returned By

System.Xml.XPath.XPathNavigator.ComparePosition( )

    [ Team LiB ] Previous Section Next Section