Click or drag to resize

ContainerHelper.FillSet<K> Method (Dictionary<K, SetValueType>, String, IDictionary, 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,
	IDictionary setToCopy,
	IGraphModel model
)

Parameters

setToCopyTo
Type: System.Collections.Generic.Dictionary<K, SetValueType>
valueTypeName
Type: System.String
setToCopy
Type: System.Collections.IDictionary
model
Type: de.unika.ipd.grGen.libGr.IGraphModel

Type Parameters

K

Return Value

Type: Dictionary<K, SetValueType>
See Also