LazyList<T>.GetEnumerator Method ()
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
Type: System.Collections.Generic.IEnumerator<T>
Implements
IEnumerable<T>.GetEnumerator()
See Also
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top