Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<T> GetEnumerator()

  • Declared in: RT.KitchenSink.Collections.LazyList<T>
  • Implements: IEnumerable<T>.GetEnumerator()

Declaration

public IEnumerator<T> GetEnumerator()

Summary

Returns an enumerator for the collection. Warning: This enumerates the underlying collection completely before returning.