【发布时间】:2022-11-10 05:17:05
【问题描述】:
我需要在 DataTable 中使用 List<DataRow>。如果要反转列表,则会产生错误:
The following _TypeError was thrown building Example(dirty):
type 'ReversedListIterable<DataRow>' is not a subtype of type 'List<DataRow>'
如何反转DataRow 类型的列表?
【问题讨论】: