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

SectionIndexTitles() public méthode

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
Résultat string[]
        public override string[] SectionIndexTitles(UITableView tableView)
        {
            return filteredSectionList.ToArray();
        }