Click or drag to resize

ContainerHelperMappingCloneK, V(DictionaryK, V, IDictionaryIGraphElement, IGraphElement) Method


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

Parameters

dictionary  DictionaryK, V
 
oldToNewElements  IDictionaryIGraphElement, IGraphElement
 

Type Parameters

K
V

Return Value

DictionaryK, V
See Also