Summary
Adds a
NAnt.Core.Filters.FilterBuilder
to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- Filter
Builder Collection
Syntax
public int Add(FilterBuilder item)
Parameters
Name | Type | Description |
---|---|---|
item | FilterBuilder | The NAnt.Core.Filters.FilterBuilder to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |