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

屬性值

例外狀況

位移設定在基礎讀取器界限外。

適用於