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 |
Metalama.Framework.Code.Collections
Metalama.Framework.Code.Comparers
Metalama.Framework.Code.DeclarationBuilders
Metalama.Framework.Code.Invokers
Metalama.Framework.Code.SyntaxBuilders
Metalama.Framework.Code.Types
Metalama.Framework.CodeFixes
Metalama.Framework.Diagnostics
Metalama.Framework.Eligibility
Metalama.Framework.Serialization
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 |