AppendVerbatim(string)
Appends a string to the StringBuilder, without performing any modification to the input string.
Declaration
public virtual void AppendVerbatim(string rawCode)Parameters
| Type | Name | Description |
|---|---|---|
| string | rawCode |
Appends a string to the StringBuilder, without performing any modification to the input string.
public virtual void AppendVerbatim(string rawCode)| Type | Name | Description |
|---|---|---|
| string | rawCode |