Utf8JsonReader.CurrentDepth プロパティ
定義
現在のトークンの深さを取得します。Gets the depth of the current token.
public:
property int CurrentDepth { int get(); };
public int CurrentDepth { get; }
member this.CurrentDepth : int
Public ReadOnly Property CurrentDepth As Integer
プロパティ値
現在のトークンの深さ。The depth of the current token.
注釈
CurrentDepth
プロパティは、これまでに処理された JSON テキスト内の入れ子になったオブジェクトまたは配列の再帰的な深さを追跡します。The CurrentDepth
property tracks the recursive depth of the nested objects or arrays within the JSON text processed so far.