Click or drag to resize

ContainerHelperMappingClone Method (IList, IDictionaryIGraphElement, IGraphElement)

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

Parameters

array
Type: System.CollectionsIList
oldToNewElements
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement

Return Value

Type: IList
See Also