Click or drag to resize

IMatchesRemoveMatch Method

Removes the match at the given index and returns it.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IMatch RemoveMatch(
	int index
)

Parameters

index
Type: SystemInt32
The index of the match to be removed.

Return Value

Type: IMatch
The removed match.
See Also