Utf8JsonReader.BytesConsumed 属性

定义

获取此实例 Utf8JsonReader迄今使用的字节总数。

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

属性值

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

适用于