ICustomAttributeTypeProvider<TType>.IsSystemType(TType) 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.
Vérifie si le type donné représente Type.
public:
bool IsSystemType(TType type);
public bool IsSystemType(TType type);
abstract member IsSystemType : 'ype -> bool
Public Function IsSystemType (type As TType) As Boolean
Paramètres
- type
- TType
Type à vérifier.
Retours
true si le type donné est un Type ; sinon, false.