MatchCollection Class

Summary

A strongly-typed collection of NAnt.Contrib.Tasks.Grep.Match instances.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["MatchCollection"] class Type type-node

Syntax

public class MatchCollection : CollectionBase

Properties

Name Value Summary
this[int] Match
Gets the idxth match stored in this collection.

Methods

Name Value Summary
Add(Match) void
Adds a NAnt.Contrib.Tasks.Grep.Match to this collection.
Add(MatchCollection) void
Adds all NAnt.Contrib.Tasks.Grep.Match instances matches to this collection.