Summary
Appends the C# declaration of the specified access `modifiers` to the `text`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void AppendDeclaration(this AccessModifiers modifiers, StringBuilder text)
Parameters
| Name | Type | Description |
|---|---|---|
| modifiers | AccessModifiers | |
| text | StringBuilder |
Return Value
| Type | Description |
|---|---|
| void |