ModuleCollection.

Remove(Module) Method

Summary

Removes the specified NAnt.DotNet.Types.Module from the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ModuleCollection

Syntax

public void Remove(Module value)

Parameters

Name Type Description
value Module The NAnt.DotNet.Types.Module to remove from the collection.

Return Value

Type Description
void