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

OwnerDrawnCell() public method

public OwnerDrawnCell ( UITableViewCellStyle style, string cellReuseIdentifier ) : System
style UITableViewCellStyle
cellReuseIdentifier string
return System
			public OwnerDrawnCell(UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier){
				
			}