CSharpProcedural.

CloseScopeFully(StringBuilder, int) Method

Summary

Appends closing brackets and new lines until the nestCount reaches 0.

Syntax

public static void CloseScopeFully(this StringBuilder text, int nestCount)

Parameters

Name Type Description
text StringBuilder
nestCount int

Return Value

Type Description
void