 | IActionsArrayOrderAscendingBy Method |
Orders the array ascendingly alongside the values in the given member.
The array must be of match type, of a match of one of the actions in this actions object,
or one of the match classes in this actions object.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIList ArrayOrderAscendingBy(
IList array,
string member
)
Parameters
- array
- Type: System.CollectionsIList
The array to order ascendingly - member
- Type: SystemString
The member to order alongside
Return Value
Type:
IListThe array ordered by the member or null if the array was not processed because the array
did not contain matches of the known rules/tests or match classes,
or the member was not known.
See Also