Click or drag to resize

ContainerHelperArrayOrderAscending Method (IList)

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

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IList ArrayOrderAscending(
	IList a
)

Parameters

a
Type: System.CollectionsIList
A List, i.e. dynamic array.

Return Value

Type: IList
A new List with the content of the old list sorted.
See Also