使用英语阅读

通过


Buffer.Length 属性

定义

获取缓冲区中当前正在使用的字节数。

public uint Length { get; set; }

属性值

UInt32

缓冲区中当前正在使用的字节数,小于或等于缓冲区的容量。

实现

适用于