 | 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
Syntaxpublic Match this[
int index
] { get; }Parameters
- index
- Type: SystemInt32
Property Value
Type:
Match
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException | Thrown when index is invalid. |
See Also