2 writes to _rowCollection
Microsoft.Data.Analysis (2)
DataFrame.cs (2)
47
_rowCollection
= new DataFrameRowCollection(this);
53
_rowCollection
= new DataFrameRowCollection(this);
1 reference to _rowCollection
Microsoft.Data.Analysis (1)
DataFrame.cs (1)
64
public DataFrameRowCollection Rows =>
_rowCollection
;