The methods of the TargetCollection class are listed below. For a complete list of TargetCollection class members, see the TargetCollection Members topic.
![]() | Overloaded. |
![]() | Adds the elements of an ICollection to the end of the ArrayList. |
![]() | Overloaded. Searches a range of elements in the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element. |
![]() | Removes all elements from the ArrayList. |
![]() | Creates a shallow copy of the ArrayList. |
![]() | Determines whether an element is in the ArrayList. |
![]() | Overloaded. Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Finds a target by name. |
![]() | Overloaded. Returns an enumerator for the entire ArrayList. |
![]() | Serves as a hash function for a particular type. |
![]() | Returns an ArrayList which represents a subset of the elements in the source ArrayList. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded. Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList. |
![]() | Inserts an element into the ArrayList at the specified index. |
![]() | Inserts the elements of a collection into the ArrayList at the specified index. |
![]() | Overloaded. Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList. |
![]() | Removes the first occurrence of a specific object from the ArrayList. |
![]() | Removes the element at the specified index of the ArrayList. |
![]() | Removes a range of elements from the ArrayList. |
![]() | Overloaded. Reverses the order of the elements in the entire ArrayList. |
![]() | Copies the elements of a collection over a range of elements in the ArrayList. |
![]() | Overloaded. Sorts the elements in the entire ArrayList using the IComparable implementation of each element. |
![]() | Overloaded. Copies the elements of the ArrayList to a new Object array. |
![]() | Overloaded. Gets the names of the targets in the TargetCollection combined into one list separated by the given String. |
![]() | Sets the capacity to the actual number of elements in the ArrayList. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
TargetCollection Class | NAnt.Core Namespace