Method CopyBuffer
CopyBuffer(Char[], Int32, Int32)
Copies the contents of buffer, starting at offset for length characters, into the termBuffer array.
Declaration
void CopyBuffer(char[] buffer, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | buffer | the buffer to copy |
System.Int32 | offset | the index in the buffer of the first character to copy |
System.Int32 | length | the number of characters to copy |