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