Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element.GetCellImpl C# (CSharp) 메소드

GetCellImpl() 보호된 메소드

Gets a UITableViewCell for this element. Can be overridden, but if you customize the style or contents of the cell you must also override the CellKey property in your derived class.
protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell
        protected virtual UITableViewCell GetCellImpl(UITableView tv)
		{
			return new UITableViewCell (UITableViewCellStyle.Default, CellKey);
		}