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

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

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
Результат int
        public override int SectionFor(UITableView tableView, string title, int atIndex)
        {
            return atIndex;
        }