SectionedUITableViewSample.TableViewDataSource.NumberOfSections C# (CSharp) Méthode

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int
        public override int NumberOfSections(UITableView tableView)
        {
            return filteredSectionList.Count;
        }