Method Resize
Resize(int, NativeArrayOptions)
Sets the length of this list, increasing the capacity if necessary.
Declaration
public void Resize(int length, NativeArrayOptions options)
Parameters
Type | Name | Description |
---|---|---|
int | length | The new length of this list. |
NativeArrayOptions | options | Whether to clear any newly allocated bytes to all zeroes. |