Ejemplo n.º 1
0
 public bool ContainsKey(string key)
 {
     return(innerObject.GetDynamicMemberNames().Contains(key));
 }