Method GetUnsafePtr
GetUnsafePtr()
Provides a pointer to the data stored in the array.
Declaration
public void *GetUnsafePtr()
Returns
Type | Description |
---|---|
Void* | A pointer to the first element in the array. |
Remarks
You can only call this function in an unsafe context.