Click or drag to resize

ContainerHelperFillSetWithVar(IDictionary, Type, IDictionary) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void FillSetWithVar(
	IDictionary targetSet,
	Type varType,
	IDictionary sourceSet
)

Parameters

targetSet  IDictionary
 
varType  Type
 
sourceSet  IDictionary
 
See Also