XmlNodeOrder

XmlNodeOrder serializable

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( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net