Click or drag to resize

MatchListHelperClone Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void Clone(
	IMatches[] matchesArray,
	List<IMatch> matchList
)

Parameters

matchesArray
Type: de.unika.ipd.grGen.libGrIMatches
matchList
Type: System.Collections.GenericListIMatch
See Also