MoreLinq
Index Method
NamespacesMoreLinqMoreEnumerableIndex()()()()
Members
IconMemberDescription
Index<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>))
Returns a sequence of KeyValuePair<(Of <(<'TKey, TValue>)>)> where the key is the zero-based index of the value in the source sequence.

Index<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), Int32)
Returns a sequence of KeyValuePair<(Of <(<'TKey, TValue>)>)> where the key is the index of the value in the source sequence. An additional parameter specifies the starting index.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)