PexCreatableByClassFactoryAttribute(Type, Type) Constructor

Definition

Initializes a new instance of the PexCreatableByClassFactoryAttribute class.

public:
 PexCreatableByClassFactoryAttribute(Type ^ creatableType, Type ^ factoryType);
public PexCreatableByClassFactoryAttribute (Type creatableType, Type factoryType);
new Microsoft.Pex.Framework.Creatable.PexCreatableByClassFactoryAttribute : Type * Type -> Microsoft.Pex.Framework.Creatable.PexCreatableByClassFactoryAttribute
Public Sub New (creatableType As Type, factoryType As Type)

Parameters

creatableType
Type

Type of the creatable.

factoryType
Type

Type of the factory.

Applies to