NAnt SDK Documentation - v0.92

TargetCollection Class

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

System.Object
   System.Collections.ArrayList
      NAnt.Core.TargetCollection

[Visual Basic]
<Serializable, _  Serializable, _  DebuggerTypeProxy(ProxyTypeName:="System.Collections.ArrayList+ArrayListDebugView, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", Target:=null, TargetTypeName:="null"), _  DefaultMember(MemberName:="Item"), _  DebuggerDisplay(Value:="Count = {Count}", Target:=null, TargetTypeName:="null")>
Public Class TargetCollection
    Inherits ArrayList
[C#]
[Serializable]
[Serializable]
[DebuggerTypeProxy(ProxyTypeName="System.Collections.ArrayList+ArrayListDebugView, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", Target=null, TargetTypeName="null")]
[DefaultMember(MemberName="Item")]
[DebuggerDisplay(Value="Count = {Count}", Target=null, TargetTypeName="null")]
public class TargetCollection : ArrayList

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

TargetCollection Members | NAnt.Core Namespace