BlobReader.Offset 属性

定义

获取或设置从 blob 的起始处到当前位置的偏移量。

public:
 property int Offset { int get(); };
public:
 property int Offset { int get(); void set(int value); };
public int Offset { get; }
public int Offset { get; set; }
member this.Offset : int
member this.Offset : int with get, set
Public ReadOnly Property Offset As Integer
Public Property Offset As Integer

属性值

例外

偏移量会设置在基础读取器的边界之外。

适用于