GetEnumerator()

_KeyCollection::GetEnumerator() method

Gets enumerator iterating through keys.

SharedPtr<IEnumerator<TKey>> System::Collections::Generic::_KeyCollection<Dict>::GetEnumerator() override

Return Value

Pointer to newly created enumerator.

See Also