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