Click or drag to resize

LGSPMatchesListMatch, MatchInterfaceItem Property

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

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public Match this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: Match
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown when index is invalid.
See Also