Share

Remove Method

Overload List

Method Description
Dictionary.Remove (int)Removes the dictionary entry at index id. id must be greater than 0.
Dictionary.Remove (string)Removes the dictionary entry with lookup key, key.If successful, it returns Object that was removed.If there is... more

Was this information helpful?