EnumBuilder.IsValueTypeImpl Méthode
Définition
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.
Implémente la propriété IsValueType et détermine si le Type est un type valeur, c'est-à-dire ni une classe ni une interface.
protected:
override bool IsValueTypeImpl();
protected override bool IsValueTypeImpl();
override this.IsValueTypeImpl : unit -> bool
Protected Overrides Function IsValueTypeImpl () As Boolean
Retours
true si Type est un type valeur ; sinon, false.