PexSettingsAttributeBase.MaxSequenceLength Свойство

Определение

Именованный параметр, указывающий максимальное количество вызовов методов, которые можно выполнить для создания объекта заданного типа.

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

Значение свойства

Int32

Максимальное количество вызовов методов.

Атрибуты

Комментарии

Этот параметр применяется только в том случае, если не настроена пользовательская стратегия исследования.

Применяется к