Type.MakeModifiedSignatureType(Type, Type[], Type[]) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- type
- Type
- requiredCustomModifiers
- Type[]
- optionalCustomModifiers
- Type[]