CodeGeneratorOptions.ElseOnClosing 속성

정의

각 이전 else 또는 블록의 닫는 줄에 대괄호를 포함하여 괄호를 추가할지 또는 블록을 추가할catchfinally지 여부를 나타내는 값을 가져오거나 iftry 설정합니다.

public:
 property bool ElseOnClosing { bool get(); void set(bool value); };
public bool ElseOnClosing { get; set; }
member this.ElseOnClosing : bool with get, set
Public Property ElseOnClosing As Boolean

속성 값

true다른 항목을 추가해야 하는 경우 그렇지 않으면 . false 이 속성의 기본값은 false입니다.

적용 대상