Utf8JsonReader.BytesConsumed 属性

定义

获取 Utf8JsonReader 的此实例到目前为止使用的总字节数。

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

属性值

Int64

到目前为止使用的字节总数。

适用于