ConstructorBuilder.InitLocals Propriedade
Definição
Obtém ou define se as variáveis locais neste construtor devem ser inicializadas do zero.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
Valor da propriedade
Leitura/gravação.Read/write. Obtém ou define se as variáveis locais neste construtor devem ser inicializadas do zero.Gets or sets whether the local variables in this constructor should be zero-initialized.