RuleSet.cs
RuleSet.cs copied to clipboard
Memoize the calls to each Rule's Condition
When hitting the First
or All
methods, underlying calls to the Condition
func of each Rule
should be memoized for increased performance to future invocations of the same Condition
.