Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.Depth Property
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : Depth Property



Gets the depth of the current node in the XML document.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property Depth As Integer
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Integer
 
value = instance.Depth
C# 
public override int Depth {get;}
C++/CLI 
public:
property int Depth override {
   int get();
}

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in System.Xml.XmlReader