SectionedUITableViewSample.TableViewDataSource.NumberOfSections C# (CSharp) Метод

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Результат int
        public override int NumberOfSections(UITableView tableView)
        {
            return filteredSectionList.Count;
        }