NAnt SDK Documentation - v0.85-nightly-2005-11-09

PropertyDictionary.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the property with the specified name.

[Visual Basic]
Public Sub Remove( _
   ByVal name As String _
)
[C#]
public void Remove(
   string name
);

Parameters

name
The name of the property to remove.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.Remove(System.String)

See Also

PropertyDictionary Class | NAnt.Core Namespace