Method ResizeTermBuffer
ResizeTermBuffer(Int32)
Grows the termBuffer to at least size newSize, preserving the
existing content. Note: If the next operation is to change
the contents of the term buffer use
SetTermBuffer(Char[], Int32, Int32),
Declaration
public virtual char[] ResizeTermBuffer(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 |