ConstructorBuilder.InitLocalsCore Propriété
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, obtient ou définit une valeur qui indique si les variables locales de ce constructeur doivent être initialisées à zéro.
protected:
abstract property bool InitLocalsCore { bool get(); void set(bool value); };
protected abstract bool InitLocalsCore { get; set; }
member this.InitLocalsCore : bool with get, set
Protected MustOverride Property InitLocalsCore As Boolean
true
si les variables locales de ce constructeur sont initialisées à 0 ; sinon, false
.
Produit | Versions |
---|---|
.NET | 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: