Lookup<TKey, TElement>::GetEnumerator Method ()

 

Returns a generic enumerator that iterates through the Lookup<TKey, TElement>.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

public:
virtual IEnumerator<IGrouping<TKey, TElement>^>^ GetEnumerator() sealed

The following example demonstrates how to use GetEnumerator to iterate through the keys and values of a Lookup<TKey, TElement>. This code example is part of a larger example provided for the Lookup<TKey, TElement> class.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: