Click or drag to resize

ContainerHelperFillMapWithKeyEdgeValueEdgeK, V(DictionaryK, V, EdgeType, EdgeType, IDictionary) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void FillMapWithKeyEdgeValueEdge<K, V>(
	Dictionary<K, V> targetMap,
	EdgeType keyEdgeType,
	EdgeType valueEdgeType,
	IDictionary sourceMap
)

Parameters

targetMap  DictionaryK, V
 
keyEdgeType  EdgeType
 
valueEdgeType  EdgeType
 
sourceMap  IDictionary
 

Type Parameters

K
V
See Also