Click or drag to resize

IMatchesExactMatchInterfaceGetMatchExact 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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
MatchInterface GetMatchExact(
	int index
)

Parameters

index  Int32
 

Return Value

MatchInterface
See Also