Method GetUnsafeList
GetUnsafeList()
Returns the internal unsafe list.
Declaration
public UnsafeList<T>* GetUnsafeList()
Returns
Type | Description |
---|---|
UnsafeList<T>* | The internal unsafe list. |
Remarks
Internally, the elements of a NativeList are stored in an UnsafeList.