FilterCollection.

Add(Filter) Method

Summary

Adds a NAnt.Core.Filters.Filter to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
FilterCollection

Syntax

public int Add(Filter item)

Parameters

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

Return Value

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