Summary
Removes a member from the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Environment
Variable Collection
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 |
