Summary

public static KeyValuePair<K, V> FirstPair<K, V>(this Dictionary<K, V> dictionary)

Returns

KeyValuePair<K, V>

Parameters