Click or drag to resize

ContainerHelperFillSetK Method (DictionaryK, SetValueType, String, Object, IGraphModel)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Dictionary<K, SetValueType> FillSet<K>(
	Dictionary<K, SetValueType> setToCopyTo,
	string valueTypeName,
	Object hopefullySetToCopy,
	IGraphModel model
)

Parameters

setToCopyTo
Type: System.Collections.GenericDictionaryK, SetValueType
valueTypeName
Type: SystemString
hopefullySetToCopy
Type: SystemObject
model
Type: de.unika.ipd.grGen.libGrIGraphModel

Type Parameters

K

Return Value

Type: DictionaryK, SetValueType
See Also