Summary
Encapsulates information about a group generated by
IEnumerableExtensions.GroupConsecutive<TItem>(this IEnumerable<TItem>, IEqualityComparer<TItem>) and its
overloads.
Generic type parameters
| TItem |
Type of the elements in the sequence. |
| TKey |
Type of the key by which elements were compared. |
Instance methods
| IEnumerator<TItem> | |
Returns an enumerator that iterates through the collection. |
| string | | Returns a string that represents this group’s key and its count. |
Instance properties
| int | | Size of the group. |
| int | | Index in the original sequence where the group started. |
| TKey | | The key by which the items in this group are deemed equal. |