Table of Contents

Interface IFullKeyValuePairComparer<TKey, TValue>

Namespace
Garyon.Objects
Assembly
Garyon.dll

Represents a comparer for KeyValuePair<TKey, TValue> that demands that both the key and the value implement IComparable<T>.

public interface IFullKeyValuePairComparer<TKey, TValue> : IKeyValuePairComparer<TKey, TValue>, IComparer<KeyValuePair<TKey, TValue>> where TKey : IComparable<TKey> where TValue : IComparable<TValue>

Type Parameters

TKey

The type of the key.

TValue

The type of the value.

Inherited Members
Extension Methods