PexCreatableByConstructorAttribute(Type, String[]) Constructor

Definition

Creates an instance of this type.

public:
 PexCreatableByConstructorAttribute(Type ^ creatableType, ... cli::array <System::String ^> ^ constructorArguments);
public PexCreatableByConstructorAttribute (Type creatableType, params string[] constructorArguments);
new Microsoft.Pex.Framework.Creatable.PexCreatableByConstructorAttribute : Type * string[] -> Microsoft.Pex.Framework.Creatable.PexCreatableByConstructorAttribute
Public Sub New (creatableType As Type, ParamArray constructorArguments As String())

Parameters

creatableType
Type

Type of the creatable.

constructorArguments
String[]

List of field names which are set by the constructor which takes their values as arguments.

Applies to