Click or drag to resize

ContainerHelperFillMapWithKeyNodeValueVarK, V(DictionaryK, V, NodeType, Type, IDictionary) Method


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

Parameters

targetMap  DictionaryK, V
 
keyNodeType  NodeType
 
valueVarType  Type
 
sourceMap  IDictionary
 

Type Parameters

K
V
See Also