Click or drag to resize

MoreEnumerableIndex Method

Overload List
  NameDescription
Public methodStatic memberIndexTSource(IEnumerableTSource)
Returns a sequence of KeyValuePairTKey, TValue where the key is the zero-based index of the value in the source sequence.
Public methodStatic memberIndexTSource(IEnumerableTSource, Int32)
Returns a sequence of KeyValuePairTKey, TValue where the key is the index of the value in the source sequence. An additional parameter specifies the starting index.
Top
See Also