GetSectionTitles() private method

private GetSectionTitles ( ) : string[]
return string[]
コード例 #1
0
            public override string[] SectionIndexTitles(UITableView tableView)
            {
                var j = parent.GetSectionTitles();

                return(j);
            }