 | IMatchesRemoveMatch Method |
Removes the match at the given index and returns it.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIMatch RemoveMatch(
int index
)
Parameters
- index Int32
- The index of the match to be removed.
Return Value
IMatchThe removed match.
See Also