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;
        }