  | ContainerHelperArrayOrderDescending(ListString) Method | 
            Creates a new array containing the content of the old array but sorted.
            
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static List<string> ArrayOrderDescending(
	List<string> a
)
Parameters
- a  ListString
 - A List, i.e. dynamic array.
 
Return Value
ListStringA new List with the content of the old list sorted.
See Also