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