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

適用対象