 | IMatchesGetMatch Method |
Returns the match with the given index. Invalid indices cause an exception.
This may be slow. If you want to iterate over the elements the Matches IEnumerable should be used.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIMatch GetMatch(
int index
)
Parameters
- index Int32
-
Return Value
IMatch
See Also