Method Append
Append(string)
Append the specified text to the end of the current.
Declaration
protected virtual void Append(string input)
Parameters
Type | Name | Description |
---|---|---|
string | input |
Append(char)
Declaration
protected virtual void Append(char input)
Parameters
Type | Name | Description |
---|---|---|
char | input |