2 overrides of MoveNext
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1630
public override bool
MoveNext
()
1908
public 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
"/>.
1982
pipeMoved = _pipes[c].
MoveNext
();