Recorder.MaximumOperationsCount Property |
Gets the maximum number of operations in the UndoOperations and RedoOperations collections.
These collections are automatically trimmed so that their size never exceeds MaximumOperationsCount.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 5.0.48.0 (5.0.48.0)

C#
public int MaximumOperationsCount { get; set; }
Property Value
Type: Int32The default value is int.MaxValue.
