Click or drag to resize
Accord.NET (logo)

KeyValuePairComparerTKey, TValueDefault Property

Returns a default sort order comparer for the key-value pair specified by the generic argument.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static KeyValuePairComparer<TKey, TValue> Default { get; }
Request Example View Source

Property Value

Type: KeyValuePairComparerTKey, TValue
See Also