コード例 #1
0
 public void Contains()
 {
     Assert.IsFalse(Set.Contains("Funk"));
     Assert.IsTrue(Set.Contains(1));
 }