NAnt SDK Documentation - v0.92

ModuleCollection.Clear Method 

Removes all items from the collection.

[Visual Basic]
NotOverridable Public Sub Clear() _
    Implements IList.Clear
[C#]
public void Clear();

Implements

IList.Clear

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace