CodeGeneratorOptions.ElseOnClosing プロパティ

定義

前の各elseまたは catch ブロックの終了行に、角かっこを含むfinallyif、または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

プロパティ値

true その他を追加する必要がある場合。それ以外の場合は false。 このプロパティの既定値は false です。

適用対象