ConditionalWeakTable(Of TKey, TValue).Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes a key and its value from the table.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- key
- Type: TKey
The key to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is Nothing. |
- SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Show: