NAnt SDK Documentation - v0.85-nightly-2005-11-09

TargetCollection Class

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for T:NAnt.Core.TargetCollection

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

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

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

Remarks

Missing <remarks> documentation for T:NAnt.Core.TargetCollection

Requirements

Namespace: NAnt.Core

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

See Also

TargetCollection Members | NAnt.Core Namespace