MonoTouch.Dialog.DialogViewController.Source.TitleForFooter C# (CSharp) 메소드

TitleForFooter() 공개 메소드

public TitleForFooter ( UITableView tableView, int section ) : string
tableView UITableView
section int
리턴 string
			public override string TitleForFooter (UITableView tableView, int section)
			{
				return Root.Sections [section].Footer;
			}