Click or drag to resize

MatchListHelperAdd(IListIMatch, IMatches, IDictionaryIMatch, Int32) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void Add(
	IList<IMatch> matchList,
	IMatches[] matchesArray,
	IDictionary<IMatch, int> matchToConstructIndex
)

Parameters

matchList  IListIMatch
 
matchesArray  IMatches
 
matchToConstructIndex  IDictionaryIMatch, Int32
 
See Also