NAnt SDK Documentation - v0.92

FilterBuilderCollection.Add Method 

Adds a FilterBuilder to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

FilterBuilderCollection Class | NAnt.Core.Filters Namespace