SectionedUITableViewSample.TableViewDataSource.SectionIndexTitles C# (CSharp) Method

SectionIndexTitles() public method

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