Click or drag to resize

ContainerHelperFillMapWithKeyEdgeValueNodeK, V(DictionaryK, V, EdgeType, NodeType, IDictionary) Method


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

Parameters

targetMap  DictionaryK, V
 
keyEdgeType  EdgeType
 
valueNodeType  NodeType
 
sourceMap  IDictionary
 

Type Parameters

K
V
See Also