PresentationDictionary<TKey, TValue>.Remove Method
| Name | Parameters | Description |
|---|---|---|
| Remove(TKey) | key | Removes the value with the specified key from the dictionary. |
| Remove(KeyValuePair<TKey, TValue>) | item | Removes the specified key-value pair from the dictionary. |