Click or drag to resize

LGSPMatchesListMatch, MatchInterfaceToListCopy Method

Returns a copy of the content of the current matches list in form of an array. Attention: matches may get stale when the rule is matched again. This is only a convenience helper method, unrelated to ToList, and its pairing with FromList, as well as ToListExact, and its pairing with FromListExact.

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

Return Value

Type: ListIMatch

Implements

IMatchesToListCopy
See Also