Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<T> GetEnumerator()

  • Declared in: RT.Util.Collections.ListSorted<T>
  • Implements: IEnumerable<T>.GetEnumerator()

Declaration

public IEnumerator<T> GetEnumerator()

Summary

Gets an enumerator which enumerates all items of this collection in sorted order.