CsvReaderIEnumeratorMoveNext Method
Advances the enumerator to the next element of the collection.
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.1+2345335399184346d9b2cc992ed5c814406052c1
bool IEnumerator.MoveNext()
Private Function MoveNext As Boolean
Implements IEnumerator.MoveNext
private:
virtual bool MoveNext() sealed = IEnumerator::MoveNext
private abstract MoveNext : unit -> bool
private override MoveNext : unit -> bool
Boolean if the enumerator was successfully advanced to the next element;
if the enumerator has passed the end of the collection.
IEnumeratorMoveNext