Summary
Removes the element with the specified key from the
System.Collections.IDictionary
object.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base 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 |