Click or drag to resize

ContainerHelperMappingCloneT(ListT, IDictionaryIGraphElement, IGraphElement) Method


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

Parameters

array  ListT
 
oldToNewElements  IDictionaryIGraphElement, IGraphElement
 

Type Parameters

T

Return Value

ListT
See Also