Click or drag to resize

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

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

Parameters

targetMap
Type: System.Collections.GenericDictionaryK, V
keyVarType
Type: SystemType
valueEdgeType
Type: de.unika.ipd.grGen.libGrEdgeType
sourceMap
Type: System.CollectionsIDictionary

Type Parameters

K
V
See Also