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