 | 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.2
SyntaxMatchInterface GetMatchExact(
int index
)
Parameters
- index
- Type: SystemInt32
Return Value
Type:
MatchInterface
See Also