| | Name | Description |
|---|
 | Copy(Char) |
Copies characters from the specified source character array to this instance.
|
 | Copy(String) |
Copies characters from the specified source string to this instance.
|
 | Copy(Int32, Char) |
Copies characters from the specified source character array to this instance.
|
 | Copy(Int32, String) |
Copies characters from the specified source string to this instance.
|
 | Copy(Int32, Int32, Char) |
Copies a range of characters from the specified source character array to this instance.
|
 | Copy(Int32, Int32, String) |
Copies a range of characters from the specified source string to this instance.
|