2 references to TypedCursor
Microsoft.ML.Data (2)
DataView\TypedCursor.cs (2)
188
return new RowCursorImplementation(new
TypedCursor
(this, cursor));
216
.Select(rc => (RowCursor<TRow>)(new RowCursorImplementation(new
TypedCursor
(this, rc))))