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

適用於