Click or drag to resize

ContainerHelperCopyT Method (ListT, IGraph, IDictionaryObject, Object)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static List<T> Copy<T>(
	List<T> array,
	IGraph graph,
	IDictionary<Object, Object> oldToNewObjects
)

Parameters

array
Type: System.Collections.GenericListT
graph
Type: de.unika.ipd.grGen.libGrIGraph
oldToNewObjects
Type: System.Collections.GenericIDictionaryObject, Object

Type Parameters

T

Return Value

Type: ListT
See Also