Click or drag to resize

ContainerHelperMappingClone(IDictionary, IDictionaryIGraphElement, IGraphElement) Method


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

Parameters

dictionary  IDictionary
 
oldToNewElements  IDictionaryIGraphElement, IGraphElement
 

Return Value

IDictionary
See Also