Пример #1
0
 public static string WithTypedCondition <T>(this string s, ICondition <T> condition) => condition.Apply(s);
Пример #2
0
 public static string WithCondition(this string s, ICondition condition) => condition.Apply(s);