IPexMethodCallChoiceSessionBuilder.ExpectParameter(Int32, Object) Method
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.
Sets an expected parameter value.
public:
Microsoft::Pex::Framework::Generated::IPexMethodCallChoiceSessionBuilder ^ ExpectParameter(int index, System::Object ^ value);
public Microsoft.Pex.Framework.Generated.IPexMethodCallChoiceSessionBuilder ExpectParameter (int index, object value);
abstract member ExpectParameter : int * obj -> Microsoft.Pex.Framework.Generated.IPexMethodCallChoiceSessionBuilder
Public Function ExpectParameter (index As Integer, value As Object) As IPexMethodCallChoiceSessionBuilder
Parameters
- index
- Int32
- value
- Object
Returns
Returns IPexMethodCallChoiceSessionBuilder.