CborWriter.BytesWritten プロパティ

定義

バッファーに書き込まれたバイトの合計数を取得します。

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

プロパティ値

バッファーに書き込まれたバイトの合計数。

適用対象