Пример #1
0
 public object HasKey(object key)
 {
     return(DictOps.HasKey(this, key));
 }