Skip to content

Overload_CSharpx_EnumerableExtensions_Index

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

EnumerableExtensions.Index Method

Overload List

 

Name Description
Public methodStatic member 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.
Public methodStatic member 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.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CSharpx Namespace

Clone this wiki locally