Method ToArray
ToArray()
Copies the buffer contents to an array, according to the logical contents of the buffer (i.e. independent of the internal order/contents)
Declaration
public T[] ToArray()
Returns
| Type | Description | 
|---|---|
| T[] | A new array with a copy of the buffer contents.  |