![]() | IData |
public interface IDataFrameRowCollection<TData> : IEnumerable<IDataFrameRow<TData>>, IEnumerable, IDisposable where TData : new()
The IDataFrameRowCollectionTData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIDataFrameRowTData) |