Method Append
Append(Char[], Int32, Int32)
Appends the given array to this CharsRef.
Declaration
public void Append(char[] otherChars, int otherOffset, int otherLength)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | otherChars | |
System.Int32 | otherOffset | |
System.Int32 | otherLength |