FormatterElementCollection Class

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
SerializableAttribute

Constructors

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