Sdílet prostřednictvím


PexPackageTypeAttribute(Type) Constructor

Definition

Initializes a new instance of the PexPackageTypeAttribute class.

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)

Parameters

type
Type

The type.

Applies to