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 : CollectionBase
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Task |
Initializes a new instance of the NAnt.Core.TaskBuilderCollection class.
|
Task |
Initializes a new instance of the NAnt.Core.TaskBuilderCollection class
with the specified array of NAnt.Core.TaskBuilder instances.
|
Task |
Initializes a new instance of the NAnt.Core.TaskBuilderCollection class
with the specified NAnt.Core.TaskBuilderCollection instance.
|
Properties
Name | Value | Summary |
---|---|---|
this[int] | TaskBuilder |
Gets or sets the element at the specified index.
|
this[string] | TaskBuilder |
Gets the
NAnt.Core.TaskBuilder for the specified task.
|
Methods
Name | Value | Summary |
---|---|---|
Add |
int |
Adds a
NAnt.Core.TaskBuilder to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.Core.TaskBuilder array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.Core.TaskBuilderCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.Core.TaskBuilder for the specified
task is in the collection.
|
Contains |
bool |
Determines whether a
NAnt.Core.TaskBuilder is 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.TaskBuilder object in the collection.
|
Insert |
void |
Inserts a
NAnt.Core.TaskBuilder into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|