예제 #1
0
 public bool ContainsKey(string key)
 {
     return(_inner.ContainsKey(_prefix + key));
 }