AppendVerbatim(string)
Appends a string to the StringBuilder, without performing any modification to the input string.
Declaration
public override 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 override void AppendVerbatim(string rawCode)
Type | Name | Description |
---|---|---|
string | rawCode |