2 overrides of MoveNext
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1630public override bool MoveNext() 1908public override bool MoveNext()
3 references to MoveNext
Microsoft.ML.Data (3)
DataLoadSave\Binary\BinaryLoader.cs (3)
1486/// the same recycle-fetch block cycle as <see cref="MoveNext"/>, except that 1488/// in a similar fashion as the cursor calls <see cref="MoveNext"/>. 1982pipeMoved = _pipes[c].MoveNext();