Click or drag to resize

ContainerHelperFillSetWithVarK(DictionaryK, SetValueType, 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<K>(
	Dictionary<K, SetValueType> targetSet,
	Type varType,
	IDictionary sourceSet
)

Parameters

targetSet  DictionaryK, SetValueType
 
varType  Type
 
sourceSet  IDictionary
 

Type Parameters

K
See Also