Click or drag to resize

IndexExtension Class

Index extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsIndexExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax
public static class IndexExtension
Methods
  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