Click or drag to resize

ContainerHelperFillSetWithEdgeK Method (DictionaryK, SetValueType, EdgeType, IDictionary)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void FillSetWithEdge<K>(
	Dictionary<K, SetValueType> targetSet,
	EdgeType edgeType,
	IDictionary sourceSet
)

Parameters

targetSet
Type: System.Collections.GenericDictionaryK, SetValueType
edgeType
Type: de.unika.ipd.grGen.libGrEdgeType
sourceSet
Type: System.CollectionsIDictionary

Type Parameters

K
See Also