Click or drag to resize

ContainerHelperMappingClone Method (IDictionary, IDictionaryIGraphElement, IGraphElement)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IDictionary MappingClone(
	IDictionary dictionary,
	IDictionary<IGraphElement, IGraphElement> oldToNewElements
)

Parameters

dictionary
Type: System.CollectionsIDictionary
oldToNewElements
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement

Return Value

Type: IDictionary
See Also