PexPackageTypeAttribute(Type) 构造函数

定义

初始化 PexPackageTypeAttribute 类的新实例。

public:
 PexPackageTypeAttribute(Type ^ type);
public PexPackageTypeAttribute (Type type);
new Microsoft.Pex.Framework.Packages.PexPackageTypeAttribute : Type -> Microsoft.Pex.Framework.Packages.PexPackageTypeAttribute
Public Sub New (type As Type)

参数

type
Type

类型。

适用于