The methods of the ModuleCollection class are listed below. For a complete list of ModuleCollection class members, see the ModuleCollection Members topic.
![]() | Adds a Module to the end of the collection. |
![]() | Adds the items of a ModuleCollection to the end of the collection. |
![]() | Removes all items from the collection. |
![]() | Determines whether a Module is in the collection. |
![]() | Copies the items of the collection to an Array, starting at a particular index. |
![]() | 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. |
![]() | Gets the location of a Module in the collection. |
![]() | Inserts a Module into the collection at the specified index. |
![]() | Removes the specified Module from the collection. |
![]() | Removes an item at a specific index. |
![]() | 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. |
ModuleCollection Class | NAnt.DotNet.Types Namespace