Returns the offset into the backing array at which this view starts.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Offset { get; }
Public ReadOnly Property Offset As Integer
	Get
public:
property int Offset {
	int get ();
}

Field Value

Offset in bytes into the backing array where this view starts.

See Also