Click or drag to resize

LGSPMatchesListMatch, MatchInterfaceGetMatchExact Method

Returns the match of exact type with the given index. Invalid indices cause an exception. This may be slow. If you want to iterate over the elements the MatchesExact IEnumerable should be used.

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

Parameters

index
Type: SystemInt32

Return Value

Type: MatchInterface

Implements

IMatchesExactMatchInterfaceGetMatchExact(Int32)
See Also