Click or drag to resize

ContainerHelperFillSetWithEdgeK(DictionaryK, SetValueType, EdgeType, IDictionary) Method


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

Parameters

targetSet  DictionaryK, SetValueType
 
edgeType  EdgeType
 
sourceSet  IDictionary
 

Type Parameters

K
See Also