Characters Constructor |
| Name | Description | |
|---|---|---|
| Characters(Int32) | Initializes a new instance of the Characters class with the specified length. | |
| Characters(String) | Initializes a new instance of the Characters class with the specified string. | |
| Characters(Char, Boolean) | Initializes a new instance of the Characters class with the specified character array. | |
| Characters(String, Int32) | Initializes a new instance of the Characters class with the specified string and length. |