MonoTouch.Dialog.MultilineEntryElement.GetHeight C# (CSharp) Method

GetHeight() public method

public GetHeight ( MonoTouch tableView, MonoTouch indexPath ) : float
tableView MonoTouch
indexPath MonoTouch
return float
		public float GetHeight (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath)
		{
			return height;
		}
		#endregion