NAnt SDK Documentation - v0.92

TaskBuilderCollection Class

Contains a strongly typed collection of TaskBuilder objects.

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

System.Object
   System.Collections.CollectionBase
      NAnt.Core.TaskBuilderCollection

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

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

See Also

TaskBuilderCollection Members | NAnt.Core Namespace