Click or drag to resize

ContainerHelperMappingCloneT Method (DequeT, IDictionaryIGraphElement, IGraphElement)

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

Parameters

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

Type Parameters

T

Return Value

Type: DequeT
See Also