Editar

Compartilhar via


CborWriter.CurrentDepth Property

Definition

Gets the writer'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