Click or drag to resize

Properties.SortByValue Method

Sort the properties by their values.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SortByValue(
	bool descending,
	PropSortType sortType
)

Parameters

descending
Type: System.Boolean
Specifies if the sort should be in descending order vs. ascending.
sortType
Type: NetQuarry.PropSortType
Specifies how the value should be treated for the purposes of sorting.
See Also