예제 #1
0
 public bool Contains(T obj)
 {
     return(_dictionary.Contains(obj));
 }