C # in a Nutshell, Second Edition
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 Returned By
System.Xml.XPath.XPathNavigator.ComparePosition( ) |