BuildListenerCollection.

Add(IBuildListener) Method

Summary

Adds a NAnt.Core.IBuildListener to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildListenerCollection

Syntax

public int Add(IBuildListener item)

Parameters

Name Type Description
item IBuildListener The NAnt.Core.IBuildListener to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.