GetEnumerator()

_ValueCollection::GetEnumerator() method

Gets enumerator iterating through values.

SharedPtr<IEnumerator<TValue>> System::Collections::Generic::_ValueCollection<Dict>::GetEnumerator() override

Return Value

Pointer to newly created enumerator.

See Also