コード例 #1
0
 private void RecordAction(Func <T1, bool> test, Action <T1> action) => _actionSelector.AddPredicateAndAction(test, action);