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

OwnerDrawnElement() публичный Метод

public OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System
style UITableViewCellStyle
cellIdentifier string
Результат System
		public OwnerDrawnElement (UITableViewCellStyle style, string cellIdentifier) : base(null)
		{
			this.CellReuseIdentifier = cellIdentifier;
			this.Style = style;
		}