Click or drag to resize

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

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

Parameters

targetMap
Type: System.Collections.GenericDictionaryK, V
keyNodeType
Type: de.unika.ipd.grGen.libGrNodeType
valueVarType
Type: SystemType
sourceMap
Type: System.CollectionsIDictionary

Type Parameters

K
V
See Also