共用方式為


CborWriter.CurrentDepth 屬性

定義

取得寫入器目前在 CBOR 文件中的 nestedness 層級。

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

屬性值

數位,表示 CBOR 檔中的目前巢狀層級。

適用於