Example #1
0
 public SpecificationResult IsSatisfiedBy(TTarget target)
 {
     return(SpecificationFunction.Invoke(target, _options));
 }