IResultFormatterCollection Class

Summary

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

Syntax

[Serializable]
public class IResultFormatterCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
IResultFormatterCollection() Initializes a new instance of the NAnt.NUnit1.Types.IResultFormatterCollection class.
IResultFormatterCollection(IResultFormatter[]) Initializes a new instance of the NAnt.NUnit1.Types.IResultFormatterCollection class with the specified array of NAnt.NUnit1.Types.IResultFormatter instances.
IResultFormatterCollection(IResultFormatterCollection) Initializes a new instance of the NAnt.NUnit1.Types.IResultFormatterCollection class with the specified NAnt.NUnit1.Types.IResultFormatterCollection instance.

Properties

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

Methods

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