NAnt SDK Documentation - v0.92

IResultFormatterCollection Class

Contains a strongly typed collection of IResultFormatter objects.

For a list of all members of this type, see IResultFormatterCollection Members.

System.Object
   System.Collections.CollectionBase
      NAnt.NUnit1.Types.IResultFormatterCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class IResultFormatterCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class IResultFormatterCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.NUnit1.Types

Assembly: NAnt.NUnit1Tasks (in NAnt.NUnit1Tasks.dll)

See Also

IResultFormatterCollection Members | NAnt.NUnit1.Types Namespace