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.1
Syntax
C#
MatchInterface RemoveMatchExact(
	int index
)

Parameters

index  Int32
 

Return Value

MatchInterface
See Also