Utf8JsonReader.BytesConsumed 屬性

定義

取得 Utf8JsonReader 的這個執行個體到目前為止所取用的位元組總數。

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

屬性值

Int64

到目前為止所耗用的位元組總數。

適用於