Summary
Removes a member from the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Assembly
Attribute Collection
Syntax
public void Remove(AssemblyAttribute item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | AssemblyAttribute | The NAnt.DotNet.Types.AssemblyAttribute to remove from the collection. |
Return Value
| Type | Description |
|---|---|
| void |
