示例#1
0
 public bool ContainsKey(string key)
 {
     return(_storage.ContainsValidKey(key));
 }