EnvironmentVariableCollection.

Remove(EnvironmentVariable) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
EnvironmentVariableCollection

Syntax

public void Remove(EnvironmentVariable item)

Parameters

Name Type Description
item EnvironmentVariable The NAnt.Core.Types.EnvironmentVariable to remove from the collection.

Return Value

Type Description
void