Method Remove
Remove(object)
Removes the element with the specified key from the IDictionary object.
public void Remove(object key)
Parameters
key
objectThe key of the element to remove.
Removes the element with the specified key from the IDictionary object.
public void Remove(object key)
key
objectThe key of the element to remove.