NAnt SDK Documentation - v0.92
FormatterElementCollection.Remove Method
Removes a member from the collection.
[Visual Basic]
Public Sub Remove( _
ByVal
item
As
FormatterElement
_
)
[C#]
public
void
Remove(
FormatterElement
item
);
Parameters
item
The
FormatterElement
to remove from the collection.
See Also
FormatterElementCollection Class
|
NAnt.NUnit.Types Namespace