共用方式為


CborReader.CurrentDepth 屬性

定義

取得讀取器目前在 CBOR 文件中的巢狀性 (nestedness) 層級。

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

屬性值

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

適用於