Property Array
Array
Returns the byte array which this buffer is based on, if there is one.
Declaration
public byte[] Array { get; }
Property Value
Type | Description |
---|---|
System.Byte[] | the byte array which this buffer is based on. |
Exceptions
Type | Condition |
---|---|
ReadOnlyBufferException | if this buffer is based on a read-only array. |