SortedDictionary(Of TKey, TValue).IDictionary.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the element with the specified key from the IDictionary.
Assembly: System (in System.dll)
Parameters
- key
- Type: System.Object
The key of the element to remove.
Implements
IDictionary.Remove(Object)| Exception | Condition |
|---|---|
| ArgumentNullException | key is Nothing. |
The following code example shows how to use the IDictionary.Remove of the System.Collections.IDictionary interface with a SortedDictionary(Of TKey, TValue).
The code example is part of a larger example, including output, provided for the IDictionary.Add method.
Show: