NAnt SDK Documentation - v0.92

PatternCollection.Clear Method 

Removes all items from the PatternCollection.

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

Implements

IList.Clear

See Also

PatternCollection Class | NAnt.Core.Types Namespace