DataTypeBaseDictionary.

Remove(string) Method

Summary

Removes the element with the specified key from the System.Collections.IDictionary object.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseDictionary

Syntax

public void Remove(string key)

Parameters

Name Type Description
key string The key of the element to remove.

Return Value

Type Description
void