Click or drag to resize

LGSPMatchesListMatch, MatchInterfaceToList Method

Returns the content of the current matches list in form of an array which can be efficiently indexed and reordered. The array is destroyed when this method is called again, the content is destroyed when the rule is matched again (there is only one array existing).

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public List<IMatch> ToList()

Return Value

Type: ListIMatch

Implements

IMatchesToList
See Also