다음을 통해 공유


CborWriter.CurrentDepth 속성

정의

CBOR 문서에서 기록기의 현재 중첩 수준을 가져옵니다.

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

속성 값

CBOR 문서의 현재 중첩 수준을 나타내는 숫자입니다.

적용 대상