NAnt SDK Documentation - v0.92

ElementContainer Class

Executes embedded tasks/elements in the order in which they are defined.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.ElementContainer
         NAnt.Core.Tasks.ChooseTask.When
         NAnt.Core.Tasks.TryCatchTask.CatchElement

[Visual Basic]
Public Class ElementContainer
    Inherits Element
[C#]
public class ElementContainer : 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.Core

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

See Also

ElementContainer Members | NAnt.Core Namespace