Summary
Removes the value with the specified key from the dictionary.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Framework
Info Dictionary
Syntax
public void Remove(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key of the element to remove. |
Return Value
| Type | Description |
|---|---|
| void |
