Click or drag to resize

IMatchesToListCopy Method

Returns the content of the current matches list in form of an array. The content is destroyed when the rule is matched again (the list itself is a newly created copy).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
List<IMatch> ToListCopy()

Return Value

Type: ListIMatch
See Also