Click or drag to resize

PropertiesSortByValue 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: SystemBoolean
Specifies if the sort should be in descending order vs. ascending.
sortType
Type: NetQuarryPropSortType
Specifies how the value should be treated for the purposes of sorting.
See Also