TypeForwardedToAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase TypeForwardedToAttribute especificando un destino Type.

public:
 TypeForwardedToAttribute(Type ^ destination);
public TypeForwardedToAttribute (Type destination);
new System.Runtime.CompilerServices.TypeForwardedToAttribute : Type -> System.Runtime.CompilerServices.TypeForwardedToAttribute
Public Sub New (destination As Type)

Parámetros

destination
Type

El destino Type de otro ensamblado.

Se aplica a