Click or drag to resize

ProcessDictionaryTKey, TValueSort(IComparerKeyValuePairTKey, 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.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void Sort(
	IComparer<KeyValuePair<TKey, TValue>> comparer
)
View Source

Parameters

comparer  IComparerKeyValuePairTKey, TValue
The Generic.IComparer implementation to use when comparing elements -or- null to use the default comparer: Generic.Comparer(Of T).Default
See Also