Click or drag to resize

ContainerHelperCopy(IList, IGraph, IDictionaryObject, Object) Method


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

Parameters

array  IList
 
graph  IGraph
 
oldToNewObjects  IDictionaryObject, Object
 

Return Value

IList
See Also