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