| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable ReadOnly Property Depth As Integer | |
| Visual Basic (Usage) | |
|---|---|
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; | |