Click or drag to resize

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

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

Parameters

dictionary
Type: System.Collections.GenericDictionaryK, V
oldToNewElements
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement

Type Parameters

K
V

Return Value

Type: DictionaryK, V
See Also