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;
		}