[]
        
(Showing Draft Content)

C1.Util.DX.DataPointer.ToArray

ToArray Method

ToArray()

Converts this instance to a read only byte buffer.

Declaration
public byte[] ToArray()
Returns
Type Description
byte[]

ToArray<T>()

Converts this instance to a read only typed buffer.

Declaration
public T[] ToArray<T>() where T : struct
Returns
Type Description
T[]

A readonly typed buffer.

Type Parameters
Name Description
T

Type of a buffer element

Exceptions
Type Condition
InvalidOperationException

DataPointer is Zero