Beispiel #1
0
 public bool TryGetValue(string key, out object value)
 {
     return(_inner.TryGetValue(key, out value));
 }