Example #1
0
 public static bool AnyTrue(this VSArray <bool> array)
 {
     return(array.Any(x => x));
 }