Type.MakeModifiedSignatureType(Type, Type[], Type[]) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
Parametrar
- type
- Type
- requiredCustomModifiers
- Type[]
- optionalCustomModifiers
- Type[]