Utf8JsonWriter.BytesPending 屬性

定義

取得 Utf8JsonWriter 到目前為止所寫入但尚未排清到輸出並認可的位元組數目。

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

屬性值

Int32

到目前為止 Utf8JsonWriter ,尚未排清至輸出並認可的 所寫入的位元組數目。

適用於