Click or drag to resize

BaseActionsArrayOrderAscendingBy Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract IList ArrayOrderAscendingBy(
	IList array,
	string member
)

Parameters

array
Type: System.CollectionsIList
member
Type: SystemString

Return Value

Type: IList

Implements

IActionsArrayOrderAscendingBy(IList, String)
See Also