다음을 통해 공유


CodeGeneratorOptions.ElseOnClosing 속성

정의

이전의 각 else 또는 catch 블록을 닫는 줄에서 대괄호를 포함한 finally, if 또는 try 블록을 추가할 것인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

else를 추가해야 한다면 true이고, 그렇지 않으면 false입니다. 이 속성의 기본값은 false입니다.

적용 대상