NAnt SDK Documentation - v0.92

ModuleCollection.Add Method 

Adds a Module to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal value As Module _
) As Integer
[C#]
public int Add(
   Module value
);

Parameters

value
The Module to be added to the end of the collection.

Return Value

The position into which the new item was inserted.

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace