MonoTouch.Dialog.OwnerDrawnElement.OwnerDrawnElement C# (CSharp) Method

OwnerDrawnElement() public method

public OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System
style UITableViewCellStyle
cellIdentifier string
return System
		public OwnerDrawnElement (UITableViewCellStyle style, string cellIdentifier) : base(null)
		{
			this.CellReuseIdentifier = cellIdentifier;
			this.Style = style;
		}