Esempio n. 1
0
 public static bool IsErrorAny(ExpressionCollection collection)
 {
     return(collection.Any(IsError));
 }