Click or drag to resize

ContainerHelperArrayReverseV(ListV) Method

Creates a new array containing the content of the old array but reversed.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static List<V> ArrayReverse<V>(
	List<V> a
)

Parameters

a  ListV
A List, i.e. dynamic array.

Type Parameters

V

Return Value

ListV
A new List with the content of the old list reversed.
See Also