PropertyDictionary.

Remove(string) Method

Summary

Removes the property with the specified name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

public void Remove(string name)

Parameters

Name Type Description
name string The name of the property to remove.

Return Value

Type Description
void