TypeForwardedToAttribute(Type) Конструктор

Определение

Инициализирует новый экземпляр класса TypeForwardedToAttribute, задавая целевой 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)

Параметры

destination
Type

Целевой Type в другой сборке.

Применяется к