CborReader.CurrentDepth プロパティ

定義

CBOR ドキュメント内のリーダーの現在の入れ子レベルを取得します。

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

プロパティ値

CBOR ドキュメント内の現在の入れ子のレベルを表す数値。

適用対象