MonoTouch.Dialog.MessageElement.GetHeight C# (CSharp) 메소드

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float
		public float GetHeight (UITableView tableView, NSIndexPath indexPath)
		{
			return 78;
		}