ConstructorBuilder.InitLocals Propiedad

Definición

Obtiene o establece si las variables locales de este constructor deben inicializarse en cero.

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

Valor de propiedad

Lectura/escritura Obtiene o establece si las variables locales de este constructor deben inicializarse en cero.

Se aplica a