7public static class KeyValuePair
29[TypeForwardedFrom(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
33 private readonly TKey
key;
void Deconstruct(out TKey key, out TValue value)
static KeyValuePair< TKey, TValue > Create< TKey, TValue >(TKey key, TValue value)
override string ToString()
static string PairToString(object key, object value)
KeyValuePair(TKey key, TValue value)
void AppendLiteral(string value)
void AppendFormatted(ReadOnlySpan< char > value)