MonoTouch.Dialog.OwnerDrawnElement.OwnerDrawnElement C# (CSharp) Méthode

OwnerDrawnElement() public méthode

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