1 implementation of Lookup
mscorlib (1)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
134public TValue Lookup(TKey key)
2 references to Lookup
mscorlib (2)
system\runtime\interopservices\windowsruntime\imapviewtoireadonlydictionaryadapter.cs (2)
98value = _this.Lookup(key); 120return _this.Lookup(key);