PexArgumentsAttribute Constructors
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.
Overloads
PexArgumentsAttribute(Object) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentsAttribute(Object[]) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentsAttribute(Object, Object) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentsAttribute(Object, Object, Object) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentsAttribute(Object, Object, Object, Object) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentsAttribute(Object)
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentsAttribute(System::Object ^ value);
public PexArgumentsAttribute (object value);
new Microsoft.Pex.Framework.PexArgumentsAttribute : obj -> Microsoft.Pex.Framework.PexArgumentsAttribute
Public Sub New (value As Object)
Parameters
- value
- Object
The argument to be passed to the method.
Applies to
PexArgumentsAttribute(Object[])
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentsAttribute(... cli::array <System::Object ^> ^ values);
public PexArgumentsAttribute (params object[] values);
new Microsoft.Pex.Framework.PexArgumentsAttribute : obj[] -> Microsoft.Pex.Framework.PexArgumentsAttribute
Public Sub New (ParamArray values As Object())
Parameters
- values
- Object[]
The arguments, listed in order of declared parameters.
Applies to
PexArgumentsAttribute(Object, Object)
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentsAttribute(System::Object ^ value1, System::Object ^ value2);
public PexArgumentsAttribute (object value1, object value2);
new Microsoft.Pex.Framework.PexArgumentsAttribute : obj * obj -> Microsoft.Pex.Framework.PexArgumentsAttribute
Public Sub New (value1 As Object, value2 As Object)
Parameters
- value1
- Object
The value1.
- value2
- Object
The value2.
Applies to
PexArgumentsAttribute(Object, Object, Object)
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentsAttribute(System::Object ^ value1, System::Object ^ value2, System::Object ^ value3);
public PexArgumentsAttribute (object value1, object value2, object value3);
new Microsoft.Pex.Framework.PexArgumentsAttribute : obj * obj * obj -> Microsoft.Pex.Framework.PexArgumentsAttribute
Public Sub New (value1 As Object, value2 As Object, value3 As Object)
Parameters
- value1
- Object
The value1.
- value2
- Object
The value2.
- value3
- Object
The value3.
Applies to
PexArgumentsAttribute(Object, Object, Object, Object)
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentsAttribute(System::Object ^ value1, System::Object ^ value2, System::Object ^ value3, System::Object ^ value4);
public PexArgumentsAttribute (object value1, object value2, object value3, object value4);
new Microsoft.Pex.Framework.PexArgumentsAttribute : obj * obj * obj * obj -> Microsoft.Pex.Framework.PexArgumentsAttribute
Public Sub New (value1 As Object, value2 As Object, value3 As Object, value4 As Object)
Parameters
- value1
- Object
The value1.
- value2
- Object
The value2.
- value3
- Object
The value3.
- value4
- Object
The value4.