2 references to Keys
System (2)
compmod\system\collections\specialized\ordereddictionary.cs (2)
401
if (_objectReturnType ==
Keys
) {
497
return new OrderedDictionaryEnumerator(_objects, isKeys == true ? OrderedDictionaryEnumerator.
Keys
: OrderedDictionaryEnumerator.Values);