MatchCollection.

Add(MatchCollection) Method

Summary

Adds all NAnt.Contrib.Tasks.Grep.Match instances matches to this collection.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Containing Type
MatchCollection

Syntax

public void Add(MatchCollection matches)

Parameters

Name Type Description
matches MatchCollection Collection of NAnt.Contrib.Tasks.Grep.Match instances to add.

Return Value

Type Description
void