[]
Converts this instance to a read only byte buffer.
public byte[] ToArray()
Type | Description |
---|---|
byte[] |
Converts this instance to a read only typed buffer.
public T[] ToArray<T>() where T : struct
Type | Description |
---|---|
T[] | A readonly typed buffer. |
Name | Description |
---|---|
T | Type of a buffer element |
Type | Condition |
---|---|
InvalidOperationException | DataPointer is Zero |