Method ResizeUninitialized
ResizeUninitialized(int)
Sets the length in bytes.
Declaration
public void ResizeUninitialized(int length)
Parameters
Type | Name | Description |
---|---|---|
int | length | The new length. |
Remarks
If the new length exceeds the capacity, capacity is expanded to the new length.