Click or drag to resize

ContainerHelperFillMapWithKeyVarValueVarK, V(DictionaryK, V, Type, Type, IDictionary) Method


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

Parameters

targetMap  DictionaryK, V
 
keyVarType  Type
 
valueVarType  Type
 
sourceMap  IDictionary
 

Type Parameters

K
V
See Also