BuildListenerCollection.

Remove(IBuildListener) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildListenerCollection

Syntax

public void Remove(IBuildListener item)

Parameters

Name Type Description
item IBuildListener The NAnt.Core.IBuildListener to remove from the collection.

Return Value

Type Description
void