Click or drag to resize

ContainerHelperMappingCloneT Method (ListT, IDictionaryIGraphElement, IGraphElement)

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

Parameters

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

Type Parameters

T

Return Value

Type: ListT
See Also