TypeForwardedToAttribute(Type) Costruttore

Definizione

Inizializza una nuova istanza della classe TypeForwardedToAttribute che specifica un oggetto Type di destinazione.

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

Parametri

destination
Type

Oggetto Type di destinazione in un altro assembly.

Si applica a