PatternCollection.

Remove(Pattern) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PatternCollection

Syntax

public void Remove(Pattern item)

Parameters

Name Type Description
item Pattern The NAnt.Core.Types.Pattern to remove from the collection.

Return Value

Type Description
void