1 implementation of Value
mscorlib (1)
system\runtime\interopservices\windowsruntime\clrikeyvaluepairimpl.cs (1)
34public V Value
2 references to Value
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);