PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecorderMaximum­Operations­Count
Open sandboxFocus

Recorder.MaximumOperationsCount Property

MaximumOperationsCount

Gets the maximum number of operations in the UndoOperations and RedoOperations collections. These collections are automatically trimmed so that their size never exceeds MaximumOperationsCount.

Declaration
public int MaximumOperationsCount { get; set; }
Property Value
Type Description
Int32

The default value is int.MaxValue.