| | Name | Description |
|---|
  | Copy(Characters, Characters) |
Copies one Characters value into another starting at position one.
|
  | Copy(Characters, String) |
Copies a string into a Characters value starting at position one.
|
  | Copy(String, String) |
Copies a string into a destination string starting at position one.
|
  | Copy(Char, Int32, Char) |
Copies characters into a destination array starting at the specified one-based index.
|
  | Copy(Characters, Int32, Characters) |
Copies one Characters value into another starting at the specified one-based index.
|
  | Copy(Characters, Int32, String) |
Copies a string into a Characters value starting at the specified one-based index.
|
  | Copy(String, Int32, String) |
Copies a string into a destination string starting at the specified one-based index.
|
  | Copy(Char, Int32, Int32, Char) |
Copies characters into a destination array using one-based inclusive indices.
|
  | Copy(Characters, Int32, Int32, Characters) |
Copies one Characters value into another using one-based inclusive indices.
|
  | Copy(Characters, Int32, Int32, String) |
Copies a string into a Characters value using one-based inclusive indices.
|
  | Copy(String, Int32, Int32, Char) |
Copies a single character into a destination string using one-based inclusive indices.
|
  | Copy(String, Int32, Int32, String) |
Copies a string into a destination string using one-based inclusive indices.
|