次の方法で共有


CborWriter.CurrentDepth プロパティ

定義

CBOR ドキュメント内のライターの現在の入れ子構造レベルを取得します。

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

プロパティ値

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

適用対象