Rediģēt

Kopīgot, izmantojot


Type.MakeModifiedSignatureType(Type, Type[], Type[]) Method

Definition

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[]

Returns

Applies to