 | IMatchgetIteratedAt Method |
Returns submatch due to iterateds at position index (most efficient access)
The submatch is a list of all matches of the iterated pattern.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIMatches getIteratedAt(
int index
)
Parameters
- index Int32
- The position of the submatch due to iterateds to return
Return Value
IMatchesThe submatch due to iterateds at the given index
See Also