public List<Operation> FindRedoOperations( Func<Operation,bool> predicate )
Public Function FindRedoOperations( _ ByVal predicate As Func(Of Operation,Boolean) _ ) As List(Of Operation)
Parameters
- predicate
- The delegate that defines the conditions of the element to search for.
Return Value
A new List of the operations that match the predicate.