Edit

Share via


CborReader.CurrentDepth Property

Definition

Gets the reader's current level of nestedness in the CBOR document.

public:
 property int CurrentDepth { int get(); };
public int CurrentDepth { get; }
member this.CurrentDepth : int
Public ReadOnly Property CurrentDepth As Integer

Property Value

A number that represents the current level of nestedness in the CBOR document.

Applies to