 | ContainerHelperFillMapWithKeyEdgeK, V Method (DictionaryK, V, EdgeType, String, IDictionary, IGraphModel) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static Dictionary<K, V> FillMapWithKeyEdge<K, V>(
Dictionary<K, V> mapToCopyTo,
EdgeType keyEdgeType,
string valueTypeName,
IDictionary mapToCopy,
IGraphModel model
)
Parameters
- mapToCopyTo
- Type: System.Collections.GenericDictionaryK, V
- keyEdgeType
- Type: de.unika.ipd.grGen.libGrEdgeType
- valueTypeName
- Type: SystemString
- mapToCopy
- Type: System.CollectionsIDictionary
- model
- Type: de.unika.ipd.grGen.libGrIGraphModel
Type Parameters
- K
- V
Return Value
Type:
DictionaryK,
V
See Also