The methods of the PatternCollection class are listed below. For a complete list of PatternCollection class members, see the PatternCollection Members topic.
![]() | Adds a Pattern to the end of the collection. |
![]() | Overloaded. Adds the elements of a Pattern array to the end of the collection. |
![]() | Removes all items from the PatternCollection. |
![]() | Determines whether a Pattern is in the collection. |
![]() | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns an enumerator that can iterate through the collection. |
![]() | Serves as a hash function for a particular type. |
![]() | Gets the Type of the current instance. |
![]() | Retrieves the index of a specified Pattern object in the collection. |
![]() | Inserts a Pattern into the collection at the specified index. |
![]() | Removes a member from the collection. |
![]() | Returns a String that represents the current Object. |
![]() | 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. |
PatternCollection Class | NAnt.Core.Types Namespace