Utf8JsonWriter.BytesPending 属性

定义

获取到目前为止尚未刷新到输出并提交的字节 Utf8JsonWriter 数。

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

属性值

到目前为止, Utf8JsonWriter 尚未刷新到输出并提交的字节数。

适用于