 | ContainerHelperArrayReverse(IList) Method |
Creates a new array containing the content of the old array but reversed.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IList ArrayReverse(
IList a
)
Parameters
- a IList
- A List, i.e. dynamic array.
Return Value
IListA new List with the content of the old list reversed.
See Also