Utf8JsonWriter.BytesPending プロパティ

定義

出力にまだフラッシュされてコミットされていない Utf8JsonWriter によって書き込まれたバイト数を取得します。

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

プロパティ値

出力にまだフラッシュされてコミットされていない Utf8JsonWriter によってこれまでに書き込まれたバイト数。

適用対象