Skip to content

Overload_CSharpx_EnumerableExtensions_Index

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

EnumerableExtensions.Index Method

Overload List

NameDescription
Public methodStatic memberIndex(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.
Public methodStatic memberIndex(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.
Back to Top

See Also

Reference

EnumerableExtensions Class
CSharpx Namespace

Clone this wiki locally