Click or drag to resize

ProcessDictionaryTKey, TValueSort(ComparisonKeyValuePairTKey, TValue) Method

ProcessDictionaryTKey, TValue is based on a DictionaryListTKey, TValue which is already sorted, so calling this function has no effect. As a result this function is marked as hidden from the editor.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.194-beta+b38f3dc2cd81dd2eb472301be032511223ed62a6
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void Sort(
	Comparison<KeyValuePair<TKey, TValue>> comparison
)
View Source

Parameters

comparison  ComparisonKeyValuePairTKey, TValue
The comparison to use when comparing elements.
See Also