Click or drag to resize

ContainerHelperFillMapWithKeyVarValueVar(IDictionary, 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(
	IDictionary targetMap,
	Type keyVarType,
	Type valueVarType,
	IDictionary sourceMap
)

Parameters

targetMap  IDictionary
 
keyVarType  Type
 
valueVarType  Type
 
sourceMap  IDictionary
 
See Also