The component is looking for an IEnumerable<object> , not float . You can pass in a List<object> (since it implements IEnumerable ) ...
確定! 回上一頁