ConstructorBuilder.InitLocals 属性

定义

获取或设置此构造函数中的局部变量是否应为零初始化。

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

属性值

可读/写。 获取或设置此构造函数中的局部变量是否应为零初始化。

适用于