Utf8JsonWriter.CurrentDepth プロパティ

定義

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

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

プロパティ値

現在のトークンの深さ。

注釈

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

適用対象