Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Util.Ut

Declaration

public static ValueTuple<TKey, TValue> ToTuple<TKey, TValue>(
    this KeyValuePair<TKey, TValue> kvp
)

Summary

Converts the current Ut.KeyValuePair<TKey, TValue>(TKey, TValue) to a value tuple.

Generic type parameters

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