NAnt SDK Documentation - v0.92

EnvironmentVariableCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As EnvironmentVariable _
)
[C#]
public void Remove(
   EnvironmentVariable item
);

Parameters

item
The EnvironmentVariable to remove from the collection.

See Also

EnvironmentVariableCollection Class | NAnt.Core.Types Namespace