Example #1
0
 public bool ContainsKey(T1 key)
 {
     return(First.ContainsKey(key));
 }