다음을 통해 공유


Utf8JsonReader.BytesConsumed 속성

정의

Utf8JsonReader의 이 인스턴스에서 지금까지 소비한 총 바이트 수를 가져옵니다.

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

속성 값

Int64

지금까지 사용된 총 바이트 수입니다.

적용 대상