 | LGSPMatchesListMatch, MatchInterfaceRemoveMatch Method |
Removes the match at the given index and returns it.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntaxpublic IMatch RemoveMatch(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the match to be removed.
Return Value
Type:
IMatchThe removed match.
Implements
IMatchesRemoveMatch(Int32)
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException | Thrown when index is invalid. |
See Also