Summary
Appends closing brackets and new lines until the nestCount reaches 0.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void CloseScopeFully(this StringBuilder text, int nestCount)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
nestCount | int |
Return Value
Type | Description |
---|---|
void |