TypeForwardedToAttribute(Type) 构造函数

定义

初始化指定目标 TypeForwardedToAttributeType 类的新实例。

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

适用于