BlobReader.RemainingBytes 属性
定义
获取从当前位置到基础内存块末尾的剩余字节数。Gets the number of bytes remaining from current position to the end of the underlying memory block.
public:
property int RemainingBytes { int get(); };
public int RemainingBytes { get; }
member this.RemainingBytes : int
Public ReadOnly Property RemainingBytes As Integer