共用方式為


CborReader.BytesRemaining 屬性

定義

取得緩衝區中未讀取位元組的總數。

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

屬性值

緩衝區中未讀取位元組的總數。

適用於