NAnt SDK Documentation - v0.92

XsltParameterCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As XsltParameter _
)
[C#]
public void Remove(
   XsltParameter item
);

Parameters

item
The XsltParameter to remove from the collection.

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace