Utf8JsonReader.CurrentDepth Propiedad

Definición

Obtiene la profundidad del token actual.

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

Valor de propiedad

Int32

Profundidad del token actual.

Comentarios

La CurrentDepth propiedad realiza un seguimiento de la profundidad recursiva de los objetos o matrices anidados dentro del texto JSON procesado hasta ahora.

Se aplica a