Click or drag to resize

IMatchesExactMatchInterfaceRemoveMatchExact Method

Removes the match of exact type 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#
MatchInterface RemoveMatchExact(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: MatchInterface
See Also