Noemax FastInfoset.NET
Depth Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : Depth Property






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

Syntax

Visual Basic (Declaration) 
Public Overrides 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;}
Delphi 
public read-only property Depth: Integer; override; 
JScript 
public override function get Depth : int
Managed Extensions for C++ 
public: __property int get_Depth() override;
C++/CLI 
public:
property int Depth {
   int get() override;
}

See Also