Summary
Indents the text by the specified amount and appends #endregion.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void AppendEndRegion(StringBuilder text, int indent)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
indent | int |
Return Value
Type | Description |
---|---|
void |