FilterBuilderCollection Class

Summary

Contains a strongly typed collection of NAnt.Core.Filters.FilterBuilder objects.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["FilterBuilderCollection"] class Type type-node

Syntax

[Serializable]
public class FilterBuilderCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
FilterBuilderCollection() Initializes a new instance of the NAnt.Core.Filters.FilterBuilderCollection class.
FilterBuilderCollection(FilterBuilder[]) Initializes a new instance of the NAnt.Core.Filters.FilterBuilderCollection class with the specified array of NAnt.Core.Filters.FilterBuilder instances.
FilterBuilderCollection(FilterBuilderCollection) Initializes a new instance of the NAnt.Core.Filters.FilterBuilderCollection class with the specified NAnt.Core.Filters.FilterBuilderCollection instance.

Properties

Name Value Summary
this[int] FilterBuilder
Gets or sets the element at the specified index.
this[string] FilterBuilder
Gets the NAnt.Core.Filters.FilterBuilder for the specified task.

Methods

Name Value Summary
Add(FilterBuilder) int
Adds a NAnt.Core.Filters.FilterBuilder to the end of the collection.
AddRange(FilterBuilder[]) void
Adds the elements of a NAnt.Core.Filters.FilterBuilder array to the end of the collection.
AddRange(FilterBuilderCollection) void
Adds the elements of a NAnt.Core.Filters.FilterBuilderCollection to the end of the collection.
Contains(FilterBuilder) bool
Determines whether a NAnt.Core.Filters.FilterBuilder is in the collection.
Contains(string) bool
Determines whether a NAnt.Core.Filters.FilterBuilder for the specified task is in the collection.
CopyTo(FilterBuilder[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() FilterBuilderEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(FilterBuilder) int
Retrieves the index of a specified NAnt.Core.Filters.FilterBuilder object in the collection.
Insert(int, FilterBuilder) void
Inserts a NAnt.Core.Filters.FilterBuilder into the collection at the specified index.
Remove(FilterBuilder) void
Removes a member from the collection.