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