Click or drag to resize

ContainerHelperMappingClone Method (IDeque, IDictionaryIGraphElement, IGraphElement)

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

Parameters

deque
Type: de.unika.ipd.grGen.libGrIDeque
oldToNewElements
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement

Return Value

Type: IDeque
See Also