Summary
    Contains a strongly typed collection of 
		NAnt.Core.TaskBuilder objects.
    - Assembly
- NAnt.Core .dll 
- Namespace
- NAnt.Core 
- Base Types
- 
									- CollectionBase
 
							graph BT
	Type-->Base0["CollectionBase"]
	Type["TaskBuilderCollection"]
class Type type-node
						
					Syntax
[Serializable]
public class TaskBuilderCollection : CollectionBaseAttributes
| Type | Description | 
|---|---|
| Serializable | 
Constructors
| Name | Summary | 
|---|---|
| Task | Initializes a new instance of the NAnt.Core.TaskBuilderCollectionclass. | 
| Task | Initializes a new instance of the NAnt.Core.TaskBuilderCollectionclass
    with the specified array ofNAnt.Core.TaskBuilderinstances. | 
| Task | Initializes a new instance of the NAnt.Core.TaskBuilderCollectionclass
    with the specifiedNAnt.Core.TaskBuilderCollectioninstance. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| this[int] | TaskBuilder | 
    Gets or sets the element at the specified index.
     | 
| this[string] | TaskBuilder | 
    Gets the  NAnt.Core.TaskBuilderfor the specified task. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Add | int | 
    Adds a  NAnt.Core.TaskBuilderto the end of the collection. | 
| AddRange | void | 
    Adds the elements of a  NAnt.Core.TaskBuilderarray to the end of the collection. | 
| AddRange | void | 
    Adds the elements of a  NAnt.Core.TaskBuilderCollectionto the end of the collection. | 
| Contains | bool | 
    Determines whether a  NAnt.Core.TaskBuilderfor the specified 
    task is in the collection. | 
| Contains | bool | 
    Determines whether a  NAnt.Core.TaskBuilderis in the collection. | 
| CopyTo | void | 
    Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.        
     | 
| GetEnumerator | Task | 
    Returns an enumerator that can iterate through the collection.
     | 
| IndexOf | int | 
    Retrieves the index of a specified  NAnt.Core.TaskBuilderobject in the collection. | 
| Insert | void | 
    Inserts a  NAnt.Core.TaskBuilderinto the collection at the specified index. | 
| Remove | void | 
    Removes a member from the collection.
     | 
