Method ResizeBuffer
ResizeBuffer(Int32)
Grows the termBuffer to at least size newSize
, preserving the
existing content.
Declaration
char[] ResizeBuffer(int newSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | newSize | minimum size of the new termBuffer |
Returns
Type | Description |
---|---|
System.Char[] | newly created termBuffer with length >= newSize |