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

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

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
Результат string
        public override string TitleForHeader(UITableView tableView, int section)
        {
            return filteredSectionList[section];
        }