Method TryResize
TryResize(int, NativeArrayOptions)
Declaration
public bool TryResize(int newLength, NativeArrayOptions clearOptions = NativeArrayOptions.ClearMemory)
Parameters
| Type | Name | Description |
|---|---|---|
| int | newLength | |
| NativeArrayOptions | clearOptions |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
Always throw NotImplementedException
Exceptions
| Type | Condition |
|---|---|
| NotImplementedException |