MoreEnumerable.Index Method |
Name | Description | |
---|---|---|
![]() ![]() | Index<TSource>(IEnumerable<TSource>) |
Returns a sequence of KeyValuePair<TKey, TValue>
where the key is the zero-based index of the value in the source
sequence.
|
![]() ![]() | Index<TSource>(IEnumerable<TSource>, Int32) |
Returns a sequence of KeyValuePair<TKey, TValue>
where the key is the index of the value in the source sequence.
An additional parameter specifies the starting index.
|