Click or drag to resize

XEnumerableWithIndexArrayEnumerableTSourceEnumerator Structure

Namespace:  Linq.Extras
Assembly:  Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntax
public struct Enumerator : IEnumerator<ItemWithIndex<TSource>>, 
	IEnumerator, IDisposable

The XEnumerableWithIndexArrayEnumerableTSourceEnumerator generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Gets the element at the current position of the enumerator.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the XEnumerableWithIndexArrayEnumerableTSourceEnumerator.
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodMoveNext
Public methodToString (Inherited from ValueType.)
Top
See Also