SectionedUITableViewSample.TableViewDataSource.SectionIndexTitles C# (CSharp) 메소드

SectionIndexTitles() 공개 메소드

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