Ejemplo n.º 1
0
 public static Condition Create(DelegateCondition.MatchesDelegate d, string description)
 {
     return(Create(d)[description]);
 }
Ejemplo n.º 2
0
 public static Condition Create(DelegateCondition.MatchesDelegate d)
 {
     return(new DelegateCondition(d));
 }