Utf8JsonReader.BytesConsumed プロパティ

定義

Utf8JsonReader のこのインスタンスでこれまで消費された合計バイト数を取得します。

public:
 property long BytesConsumed { long get(); };
public long BytesConsumed { get; }
member this.BytesConsumed : int64
Public ReadOnly Property BytesConsumed As Long

プロパティ値

これまでに消費されたバイトの合計数。

適用対象