DataTypeBaseBuilderCollection Class

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
SerializableAttribute

Constructors

Name Summary
DataTypeBaseBuilderCollection() Initializes a new instance of the NAnt.Core.DataTypeBaseBuilderCollection class.
DataTypeBaseBuilderCollection(DataTypeBaseBuilder[]) Initializes a new instance of the NAnt.Core.DataTypeBaseBuilderCollection class with the specified array of NAnt.Core.DataTypeBaseBuilder instances.
DataTypeBaseBuilderCollection(DataTypeBaseBuilderCollection) 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(DataTypeBaseBuilder) int
Adds a NAnt.Core.DataTypeBaseBuilder to the end of the collection.
AddRange(DataTypeBaseBuilder[]) void
Adds the elements of a NAnt.Core.DataTypeBaseBuilder array to the end of the collection.
AddRange(DataTypeBaseBuilderCollection) void
Adds the elements of a NAnt.Core.DataTypeBaseBuilderCollection to the end of the collection.
Contains(DataTypeBaseBuilder) bool
Determines whether a NAnt.Core.DataTypeBaseBuilder is in the collection.
Contains(string) bool
Determines whether a NAnt.Core.DataTypeBaseBuilder for the specified task is in the collection.
CopyTo(DataTypeBaseBuilder[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() DataTypeBaseBuilderEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(DataTypeBaseBuilder) int
Retrieves the index of a specified NAnt.Core.DataTypeBaseBuilder object in the collection.
Insert(int, DataTypeBaseBuilder) void
Inserts a NAnt.Core.DataTypeBaseBuilder into the collection at the specified index.
Remove(DataTypeBaseBuilder) void
Removes a member from the collection.