 | ContainerHelperCopyK, V Method (DictionaryK, V, IGraph, IDictionaryObject, Object) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static Dictionary<K, V> Copy<K, V>(
Dictionary<K, V> dictionary,
IGraph graph,
IDictionary<Object, Object> oldToNewObjects
)
Parameters
- dictionary
- Type: System.Collections.GenericDictionaryK, V
- graph
- Type: de.unika.ipd.grGen.libGrIGraph
- oldToNewObjects
- Type: System.Collections.GenericIDictionaryObject, Object
Type Parameters
- K
- V
Return Value
Type:
DictionaryK,
V
See Also