 | LGSPMatchesListMatch, MatchInterfaceGetMatch 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.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.1
Syntax
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException | Thrown when index is invalid. |
See Also