NAnt SDK Documentation - v0.92

FilterCollection.Add Method 

Adds a Filter to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As Filter _
) As Integer
[C#]
public int Add(
   Filter item
);

Parameters

item
The Filter to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

FilterCollection Class | NAnt.Core.Filters Namespace