Click or drag to resize

LGSPMatchesListMatch, MatchInterfaceRemoveMatchExact Method

Removes the match of exact type at the given index and returns it.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public MatchInterface RemoveMatchExact(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: MatchInterface

Implements

IMatchesExactMatchInterfaceRemoveMatchExact(Int32)
See Also