 | ContainerHelperMappingCloneK, V Method (DictionaryK, V, IDictionaryIGraphElement, IGraphElement) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntaxpublic 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