FormatterDataCollection Class

Summary

Contains a strongly typed collection of NAnt.NUnit.Types.FormatterData objects.
Assembly
NAnt.NUnit.dll
Namespace
NAnt.NUnit.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["FormatterDataCollection"] class Type type-node

Syntax

[Serializable]
public class FormatterDataCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
FormatterDataCollection() Initializes a new instance of the NAnt.NUnit.Types.FormatterDataCollection class.
FormatterDataCollection(FormatterData[]) Initializes a new instance of the NAnt.NUnit.Types.FormatterDataCollection class with the specified array of NAnt.NUnit.Types.FormatterData instances.
FormatterDataCollection(FormatterDataCollection) Initializes a new instance of the NAnt.NUnit.Types.FormatterDataCollection class with the specified NAnt.NUnit.Types.FormatterDataCollection instance.

Properties

Name Value Summary
this[int] FormatterData
Gets or sets the element at the specified index.

Methods

Name Value Summary
Add(FormatterData) int
Adds a NAnt.NUnit.Types.FormatterData to the end of the collection.
AddRange(FormatterData[]) void
Adds the elements of a NAnt.NUnit.Types.FormatterData array to the end of the collection.
AddRange(FormatterDataCollection) void
Adds the elements of a NAnt.NUnit.Types.FormatterDataCollection to the end of the collection.
Contains(FormatterData) bool
Determines whether a NAnt.NUnit.Types.FormatterData is in the collection.
CopyTo(FormatterData[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() FormatterDataEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(FormatterData) int
Retrieves the index of a specified NAnt.NUnit.Types.FormatterData object in the collection.
Insert(int, FormatterData) void
Inserts a NAnt.NUnit.Types.FormatterData into the collection at the specified index.
Remove(FormatterData) void
Removes a member from the collection.