XEnumerableWithIndexArrayEnumerableTSourceEnumeratorMoveNext Method  | 
  
    Namespace: 
   Linq.Extras
    Assembly:
   Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
SyntaxPublic Function MoveNext As Boolean
abstract MoveNext : unit -> bool 
override MoveNext : unit -> bool 
Return Value
Type: 
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNext
See Also