Rediger

BlobReader.Offset Property

Definition

Gets or sets the offset from the start of the blob to the current position.

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

Property Value

Exceptions

The offset is set outside the bounds of the underlying reader.

Applies to