KeyValuePairExtensions static class KeyValuePairExtensions Documentation Code public static void Deconstruct<TKey, TValue>(this KeyValuePair<TKey, TValue> source, out TKey key, out TValue value)