Exemplo n.º 1
0
 public static bool AllTrue(this VSArray <bool> array)
 {
     return(array.All(x => x));
 }