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