NAnt SDK Documentation - v0.92

FormatterElement Class

Represents the FormatterElement of the NUnit task.

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

System.Object
   NAnt.Core.Element
      NAnt.NUnit.Types.FormatterElement

[Visual Basic]
<ElementName(Name:="formatter")>
Public Class FormatterElement
    Inherits Element
[C#]
[ElementName(Name="formatter")]
public class FormatterElement : Element

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

FormatterElement Members | NAnt.NUnit.Types Namespace