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