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

屬性值

例外狀況

偏移量設在底層讀取器的範圍之外。

適用於