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