Click or drag to resize

IMatchesGetMatch Method

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

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

Parameters

index
Type: SystemInt32

Return Value

Type: IMatch
See Also