PexCreatableByConstructorAttribute(Type, String[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.