Utf8JsonReader.CurrentDepth Propriété

Définition

Obtient la profondeur du jeton actuel.

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

Valeur de propriété

Profondeur du jeton actuel.

Remarques

La CurrentDepth propriété suit la profondeur récursive des objets ou tableaux imbriqués dans le texte JSON traité jusqu’à présent.

S’applique à