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

TargetCollection Methods

The methods of the TargetCollection class are listed below. For a complete list of TargetCollection class members, see the TargetCollection Members topic.

Public Instance Methods

AddOverloaded. Missing <summary> documentation for M:NAnt.Core.TargetCollection.Add(NAnt.Core.Target)
AddRange (inherited from ArrayList) 
BinarySearch (inherited from ArrayList)Overloaded.  
Clear (inherited from ArrayList) 
Clone (inherited from ArrayList) 
Contains (inherited from ArrayList) 
CopyTo (inherited from ArrayList)Overloaded.  
Equals (inherited from Object) 
Find Finds a target by name.
GetEnumerator (inherited from ArrayList)Overloaded.  
GetHashCode (inherited from Object) 
GetRange (inherited from ArrayList) 
GetType (inherited from Object) 
IndexOf (inherited from ArrayList)Overloaded.  
Insert (inherited from ArrayList) 
InsertRange (inherited from ArrayList) 
LastIndexOf (inherited from ArrayList)Overloaded.  
Remove (inherited from ArrayList) 
RemoveAt (inherited from ArrayList) 
RemoveRange (inherited from ArrayList) 
Reverse (inherited from ArrayList)Overloaded.  
SetRange (inherited from ArrayList) 
Sort (inherited from ArrayList)Overloaded.  
ToArray (inherited from ArrayList)Overloaded.  
ToStringOverloaded. Gets the names of the targets in the TargetCollection combined into one list separated by the given String.
TrimToSize (inherited from ArrayList) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

TargetCollection Class | NAnt.Core Namespace