Share via


PexSettingsAttributeBase.MaxStack Property

Definition

A named parameter that specifies the maximum stack size during an exploration

public:
 property int MaxStack { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(100)]
[System.ComponentModel.Description("Maximum size of stack (in number of frames) during an exploration")]
public int MaxStack { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(100)>]
[<System.ComponentModel.Description("Maximum size of stack (in number of frames) during an exploration")>]
member this.MaxStack : int with get, set
Public Property MaxStack As Integer

Property Value

The maximum stack size.

Attributes

Applies to