Table of Contents

Interface IKeyValuePairComparer<TKey, TValue>

Namespace
Garyon.Objects
Assembly
Garyon.dll

Represents a comparer for KeyValuePair<TKey, TValue>.

public interface IKeyValuePairComparer<TKey, TValue> : IComparer<KeyValuePair<TKey, TValue>>

Type Parameters

TKey

The type of the key.

TValue

The type of the value.

Inherited Members
Extension Methods