예제 #1
0
 public bool TryGetValue(string keyword, out object value)
 {
     return(_Wrapped.TryGetValue(keyword, out value));
 }