FrameworkInfoDictionary.

Remove(string) Method

Summary

Removes the value with the specified key from the dictionary.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
FrameworkInfoDictionary

Syntax

public void Remove(string key)

Parameters

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

Return Value

Type Description
void