Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<TItem> GetEnumerator()

  • Declared in: RT.Util.ExtensionMethods.ConsecutiveGroup<TItem, TKey>
  • Implements: IEnumerable<TItem>.GetEnumerator()

Declaration

public IEnumerator<TItem> GetEnumerator()

Summary

Returns an enumerator that iterates through the collection.

Returns

An IEnumerator<T> that can be used to iterate through the collection.