1 implementation of Key
mscorlib (1)
system\runtime\interopservices\windowsruntime\clrikeyvaluepairimpl.cs (1)
28public K Key
2 references to Key
mscorlib (2)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
110kvArray[i++] = new KeyValuePair<TKey, TValue>(current.Key, current.Value);
system\stubhelpers.cs (1)
1548return new KeyValuePair<K, V>(pair.Key, pair.Value);