Property ArrayOffset
ArrayOffset
Returns the offset of the byte array which this buffer is based on, if there is one.
The offset is the index of the array which corresponds to the zero position of the buffer.
Declaration
public int ArrayOffset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
ReadOnlyBufferException | if this buffer is based on a read-only array. |