次の方法で共有


CborWriter.BytesWritten プロパティ

定義

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

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

プロパティ値

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

適用対象