Property | Type | Description | |
---|---|---|---|
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
this | NAnt.DotNet.Types.Module | ||
this | objectIList.System |
Method | Description | |
---|---|---|
Add ( NAnt.DotNet.Types.Module value ) : int |
Adds a Module to the end of the collection.
|
|
AddRange ( |
Adds the items of a ModuleCollection to the end of the collection.
|
|
Clear ( ) : void |
Removes all items from the collection.
|
|
Contains ( NAnt.DotNet.Types.Module value ) : bool |
Determines whether a Module is in the collection.
|
|
CopyTo ( |
Copies the items of the collection to an Array, starting at a particular index.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the collection.
|
|
IndexOf ( NAnt.DotNet.Types.Module value ) : int |
Gets the location of a Module in the collection. If the Module is not currently a member of the collection, -1 is returned. |
|
Insert ( int index, NAnt.DotNet.Types.Module value ) : void |
Inserts a Module into the collection at the specified index.
|
|
ModuleCollection ( NAnt.DotNet.Types.ModuleSet moduleSet ) : System |
Initializes a new instance of the ModuleCollection for the specified ModuleSet.
|
|
Remove ( NAnt.DotNet.Types.Module value ) : void |
Removes the specified Module from the collection.
|
|
RemoveAt ( int index ) : void |
Removes an item at a specific index.
|
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
Returns an enumerator that can iterate through the collection.
|
|
IList ( object value ) : bool |
Determines whether a Module is in the collection.
|
|
IList ( object value ) : int |
Adds a Module to the end of the collection.
|
|
IList ( int index, object value ) : void |
Inserts a Module into the collection at the specified index.
|
|
IList ( object value ) : void |
Removes the specified Module from the collection.
|
|
this ( int index ) : NAnt.DotNet.Types.Module | ||
this ( int index ) : objectIList.System |
Gets or sets the item at the specified index.
|
public Add ( NAnt.DotNet.Types.Module value ) : int | ||
value | NAnt.DotNet.Types.Module | The |
return | int |
public AddRange ( |
||
items | The |
|
return | void |
public Contains ( NAnt.DotNet.Types.Module value ) : bool | ||
value | NAnt.DotNet.Types.Module | The |
return | bool |
public CopyTo ( |
||
array | The one-dimensional |
|
index | int | The zero-based index in |
return | void |
public IndexOf ( NAnt.DotNet.Types.Module value ) : int | ||
value | NAnt.DotNet.Types.Module | The |
return | int |
public Insert ( int index, NAnt.DotNet.Types.Module value ) : void | ||
index | int | The zero-based index at which |
value | NAnt.DotNet.Types.Module | The |
return | void |
public ModuleCollection ( NAnt.DotNet.Types.ModuleSet moduleSet ) : System | ||
moduleSet | NAnt.DotNet.Types.ModuleSet | The |
return | System |
public Remove ( NAnt.DotNet.Types.Module value ) : void | ||
value | NAnt.DotNet.Types.Module | The |
return | void |
public RemoveAt ( int index ) : void | ||
index | int | The zero-based index of the item to remove. |
return | void |