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

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

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
Результат string[]
        public override string[] SectionIndexTitles(UITableView tableView)
        {
            return filteredSectionList.ToArray();
        }