Summary
Contains a strongly typed collection of
NAnt.Core.DataTypeBaseBuilder
objects.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Base Types
-
- CollectionBase
graph BT
Type-->Base0["CollectionBase"]
Type["DataTypeBaseBuilderCollection"]
class Type type-node
Syntax
[Serializable]
public class DataTypeBaseBuilderCollection : CollectionBase
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Data |
Initializes a new instance of the NAnt.Core.DataTypeBaseBuilderCollection class.
|
Data |
Initializes a new instance of the NAnt.Core.DataTypeBaseBuilderCollection class
with the specified array of NAnt.Core.DataTypeBaseBuilder instances.
|
Data |
Initializes a new instance of the NAnt.Core.DataTypeBaseBuilderCollection class
with the specified NAnt.Core.DataTypeBaseBuilderCollection instance.
|
Properties
Name | Value | Summary |
---|---|---|
this[int] | DataTypeBaseBuilder |
Gets or sets the element at the specified index.
|
this[string] | DataTypeBaseBuilder |
Gets the
NAnt.Core.DataTypeBaseBuilder for the specified task.
|
Methods
Name | Value | Summary |
---|---|---|
Add |
int |
Adds a
NAnt.Core.DataTypeBaseBuilder to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.Core.DataTypeBaseBuilder array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.Core.DataTypeBaseBuilderCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.Core.DataTypeBaseBuilder is in the collection.
|
Contains |
bool |
Determines whether a
NAnt.Core.DataTypeBaseBuilder for the specified
task 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 |
Data |
Returns an enumerator that can iterate through the collection.
|
IndexOf |
int |
Retrieves the index of a specified
NAnt.Core.DataTypeBaseBuilder object in the collection.
|
Insert |
void |
Inserts a
NAnt.Core.DataTypeBaseBuilder into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|