Type.MakeModifiedSignatureType(Type, Type[], Type[]) 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.
public:
static Type ^ MakeModifiedSignatureType(Type ^ type, cli::array <Type ^> ^ requiredCustomModifiers, cli::array <Type ^> ^ optionalCustomModifiers);
public static Type MakeModifiedSignatureType(Type type, Type[]? requiredCustomModifiers, Type[]? optionalCustomModifiers);
static member MakeModifiedSignatureType : Type * Type[] * Type[] -> Type
Public Shared Function MakeModifiedSignatureType (type As Type, requiredCustomModifiers As Type(), optionalCustomModifiers As Type()) As Type
Paramètres
- type
- Type
- requiredCustomModifiers
- Type[]
- optionalCustomModifiers
- Type[]