示例#1
0
 public override nint RowsInSection(UITableView tableview, nint section) => _bookmarks.Count();
 public override nint RowsInSection(UITableView tableview, nint section)
 {
     return(_bookmarks?.Count() ?? 0);
 }