Click or drag to resize

ContainerHelperFillMapWithKeyVarValueEdgeK, V(DictionaryK, V, Type, EdgeType, IDictionary) Method


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

Parameters

targetMap  DictionaryK, V
 
keyVarType  Type
 
valueEdgeType  EdgeType
 
sourceMap  IDictionary
 

Type Parameters

K
V
See Also