Click or drag to resize

IMatchesClone Method (IDictionaryIMatch, IMatch)

Clones the matches.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IMatches Clone(
	IDictionary<IMatch, IMatch> originalToClone
)

Parameters

originalToClone
Type: System.Collections.GenericIDictionaryIMatch, IMatch
Receives mapping of original to cloned matches, if not null

Return Value

Type: IMatches
See Also