NAnt SDK Documentation - v0.92

FormatterElementCollection Class

Contains a strongly typed collection of FormatterElement objects.

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

System.Object
   System.Collections.CollectionBase
      NAnt.NUnit.Types.FormatterElementCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class FormatterElementCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class FormatterElementCollection : 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.NUnit.Types

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

See Also

FormatterElementCollection Members | NAnt.NUnit.Types Namespace