PexCreatableAttributeBase(Type) Constructor

Definition

Loads the type of the creatable.

protected:
 PexCreatableAttributeBase(Type ^ creatableType);
protected PexCreatableAttributeBase (Type creatableType);
new Microsoft.Pex.Framework.Creatable.PexCreatableAttributeBase : Type -> Microsoft.Pex.Framework.Creatable.PexCreatableAttributeBase
Protected Sub New (creatableType As Type)

Parameters

creatableType
Type

Type of the creatable.

Applies to