Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: KeyValuePair<TKey, TValue> KeyValuePair<TKey, TValue>(TKey, TValue)

  • Declared in: RT.Util.Ut

Declaration

public static KeyValuePair<TKey, TValue> KeyValuePair<TKey, TValue>(
    TKey key,
    TValue value
)

Summary

Allows the use of type inference when creating .NET’s KeyValuePair<TK,TV>.

Generic type parameters

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