Type.MakeGenericSignatureType(Type, Type[]) Método

Definición

Crea un tipo de firma genérico, que permite que las reimplementaciones de la reflexión por parte de terceros admitan totalmente el uso de tipos de firma al consultar los miembros de tipo.

public:
 static Type ^ MakeGenericSignatureType(Type ^ genericTypeDefinition, ... cli::array <Type ^> ^ typeArguments);
public static Type MakeGenericSignatureType (Type genericTypeDefinition, params Type[] typeArguments);
static member MakeGenericSignatureType : Type * Type[] -> Type
Public Shared Function MakeGenericSignatureType (genericTypeDefinition As Type, ParamArray typeArguments As Type()) As Type

Parámetros

genericTypeDefinition
Type

Definición de tipo genérico.

typeArguments
Type[]

Matriz de argumentos de tipo.

Devoluciones

Tipo de firma genérico.

Se aplica a