XEnumerableWithIndexEnumerableTSourceEnumeratorCurrent Property  | 
 
            Gets the element at the current position of the enumerator.
            
 
    Namespace: 
   Linq.Extras
    Assembly:
   Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntaxpublic ItemWithIndex<TSource> Current { get; }Public ReadOnly Property Current As ItemWithIndex(Of TSource)
	Get
abstract Current : ItemWithIndex<'TSource> with get
override Current : ItemWithIndex<'TSource> with get
Property Value
Type: 
ItemWithIndexTSourceImplements
IEnumeratorTCurrent
See Also