AvailableValuesCollectionSort Method

Sorts the elements in the collection using the specified comparison.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void Sort(
	Comparison<KeyValuePair<Object, string>> comparison
)

Parameters

comparison
Type: SystemComparisonKeyValuePairObject, String
The comparison.
Exceptions
ExceptionCondition
ArgumentExceptionThe comparison implementation caused an error during the sort.
ArgumentNullExceptioncomparison is .
See Also