Summary
Removes the specified
NAnt.DotNet.Types.NamespaceImport from the
collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Namespace
Import Collection
Syntax
public void Remove(NamespaceImport value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | NamespaceImport | The NAnt.DotNet.Types.NamespaceImport to remove from the collection. |
Return Value
| Type | Description |
|---|---|
| void |
