Sdílet prostřednictvím


TypeForwardedToAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci TypeForwardedToAttribute třídy určující cíl 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)

Parametry

destination
Type

Cíl Type v jiném sestavení.

Platí pro