IPexChoiceSessionBuilder.At(Int32, String, 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 a free choice.
public:
Microsoft::Pex::Framework::Generated::IPexChoiceSessionBuilder ^ At(int index, System::String ^ description, System::Object ^ value);
public Microsoft.Pex.Framework.Generated.IPexChoiceSessionBuilder At (int index, string description, object value);
abstract member At : int * string * obj -> Microsoft.Pex.Framework.Generated.IPexChoiceSessionBuilder
Public Function At (index As Integer, description As String, value As Object) As IPexChoiceSessionBuilder
Parameters
- index
- Int32
The index.
- description
- String
The description.
- value
- Object
The value.