コード例 #1
0
 public static bool TestAny <T>(List2D <T> list, T value) => list.Contains(value);