2 references to Keys
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (2)
466
if (_objectReturnType ==
Keys
)
577
return new OrderedDictionaryEnumerator(_objects, IsKeys ? OrderedDictionaryEnumerator.
Keys
: OrderedDictionaryEnumerator.Values);