Utf8JsonReader.CurrentDepth プロパティ

定義

現在のトークンの深度を取得します。

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

プロパティ値

現在のトークンの深さ。

注釈

プロパティは CurrentDepth 、これまでに処理された JSON テキスト内の入れ子になったオブジェクトまたは配列の再帰的な深さを追跡します。

適用対象