다음을 통해 공유


DataReader.UnconsumedBufferLength 속성

정의

읽지 않은 버퍼의 크기를 가져옵니다.

public:
 property unsigned int UnconsumedBufferLength { unsigned int get(); };
uint32_t UnconsumedBufferLength();
public uint UnconsumedBufferLength { get; }
var uInt32 = dataReader.unconsumedBufferLength;
Public ReadOnly Property UnconsumedBufferLength As UInteger

속성 값

UInt32

unsigned int

uint32_t

읽지 않은 버퍼의 크기(바이트)입니다.

구현

적용 대상