MatchCollection.

this[int] Property

Summary

Gets the idxth match stored in this collection.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Containing Type
MatchCollection

Syntax

public Match this[int idx] { get; }

Parameters

Name Type Description
idx int

Value

Type Description
Match