Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<ValueTuple<TKey, TValue>> ToTuples<TKey, TValue>(this IEnumerable<KeyValuePair<TKey, TValue>>)

  • Declared in: RT.Util.Ut

Declaration

public static IEnumerable<ValueTuple<TKey, TValue>> ToTuples<TKey, TValue>(
    this IEnumerable<KeyValuePair<TKey, TValue>> kvps
)

Summary

Converts the current sequence of Ut.KeyValuePair<TKey, TValue>(TKey, TValue)s to a sequence of value tuples.

Generic type parameters

TKeyThis type parameter is not documented.
TValueThis type parameter is not documented.