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