Пример #1
0
 public static void WithElementAt <T>(this ICheck <T[]> check, int index, T value)
 {
     check.HasElementAt(index).Which.Is(value);
 }