PexSettingsAttributeBase.MaxSequenceLength Property
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.
A named parameter that specifies maximum number of method calls that can be performed to construct an object of a given type.
public:
property int MaxSequenceLength { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(2)]
[System.ComponentModel.Description("Maximum number of method calls that may be performed to construct an object of a given type; only applies when no custom exploration strategy is configured")]
public int MaxSequenceLength { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(2)>]
[<System.ComponentModel.Description("Maximum number of method calls that may be performed to construct an object of a given type; only applies when no custom exploration strategy is configured")>]
member this.MaxSequenceLength : int with get, set
Public Property MaxSequenceLength As Integer
Property Value
The maximmum number of method calls.
- Attributes
Remarks
This parameter applies only when no custom exploration strategy is configured.