示例#1
0
 public bool Remove(string key)
 {
     return(_data.Remove(key));
 }