Method CopyChars
CopyChars(CharsRef)
Copies the given CharsRef referenced content into this instance.
Declaration
public void CopyChars(CharsRef other)
Parameters
Type | Name | Description |
---|---|---|
CharsRef | other | The CharsRef to copy. |
CopyChars(Char[], Int32, Int32)
Copies the given array into this CharsRef.
Declaration
public void CopyChars(char[] otherChars, int otherOffset, int otherLength)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | otherChars | |
System.Int32 | otherOffset | |
System.Int32 | otherLength |