MonoTouch.Dialog.SimpleImageElement.IElementSizing C# (CSharp) Метод

IElementSizing() приватный Метод

private IElementSizing ( UITableView tableView, Foundation indexPath ) : float
tableView UITableView
indexPath Foundation
Результат float
		float IElementSizing.GetHeight (UITableView tableView, Foundation.NSIndexPath indexPath)
		{
			return Value.Size.Height;
		}
		#endregion