MonoTouch.Dialog.StringElement.GetHeight C# (CSharp) Метод

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

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float
		public float GetHeight (UITableView tableView, NSIndexPath indexPath)
		{
			return this.RowHeight;
		}