ConstructorBuilder.InitLocals Property

Definition

Gets or sets whether the local variables in this constructor should be zero-initialized.

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

Property Value

Read/write. Gets or sets whether the local variables in this constructor should be zero-initialized.

Applies to