 | ContainerHelperArrayOrderAscendingV Method (ListV) |
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
Syntaxpublic static List<V> ArrayOrderAscending<V>(
List<V> a
)
Parameters
- a
- Type: System.Collections.GenericListV
A List, i.e. dynamic array.
Type Parameters
- V
Return Value
Type:
ListVA new List with the content of the old list sorted.
See Also