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

プロパティ値

例外

基礎リーダーの境界外でオフセットが設定されています。

適用対象