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