MatchCollection.

Add(Match) Method

Summary

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

Syntax

public void Add(Match match)

Parameters

Name Type Description
match Match NAnt.Contrib.Tasks.Grep.Match to add.

Return Value

Type Description
void