NAnt SDK Documentation - v0.92

ModuleCollection.Remove Method 

Removes the specified Module from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal value As Module _
)
[C#]
public void Remove(
   Module value
);

Parameters

value
The Module to remove from the collection.

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace