Exemplo n.º 1
0
 public bool DeleteValue(string propertyName)
 {
     CheckIsObject();
     return(ObjectValue.Remove(propertyName));
 }