Declaration
public virtual bool Remove(
string key
)
Summary
Removes the entry with the specified
key from the dictionary if this is a
JsonDict; otherwise, throws.
Parameters
string | key |
The key that identifies the entry to remove. |
Returns
True if an entry was removed; false if the key wasn’t in the dictionary.