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