NAnt SDK Documentation - v0.92

TaskContainer Class

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

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

System.Object
   NAnt.Core.Element
      NAnt.Core.Task
         NAnt.Core.TaskContainer
            NAnt.Core.Tasks.IfTask
            NAnt.Core.Tasks.LoopTask

[Visual Basic]
Public Class TaskContainer
    Inherits Task
[C#]
public class TaskContainer : Task

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

TaskContainer Members | NAnt.Core Namespace