Type.MakeModifiedSignatureType(Type, Type[], Type[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- type
- Type
- requiredCustomModifiers
- Type[]
- optionalCustomModifiers
- Type[]