Method ResizeUninitialized
ResizeUninitialized(int)
Sets the length of this list, increasing the capacity if necessary.
Declaration
public void ResizeUninitialized(int length)
Parameters
| Type | Name | Description |
|---|---|---|
| int | length | The new length of this list. |
Remarks
Does not clear newly allocated bytes.