SectionedUITableViewSample.TableViewDataSource.SectionFor C# (CSharp) Method

SectionFor() public method

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
return int
        public override int SectionFor(UITableView tableView, string title, int atIndex)
        {
            return atIndex;
        }