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 플러시되고 커밋되지 않은 바이트 수입니다.

적용 대상