Click or drag to resize

ContainerHelperMappingClone(IList, IDictionaryIGraphElement, IGraphElement) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IList MappingClone(
	IList array,
	IDictionary<IGraphElement, IGraphElement> oldToNewElements
)

Parameters

array  IList
 
oldToNewElements  IDictionaryIGraphElement, IGraphElement
 

Return Value

IList
See Also