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

TitleForHeader() 공개 메소드

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