MonoTouch.Dialog.CheckboxElement.ConfigCell C# (CSharp) Method

ConfigCell() private method

private ConfigCell ( UITableViewCell cell ) : UITableViewCell
cell UITableViewCell
return UITableViewCell
		UITableViewCell ConfigCell (UITableViewCell cell)
		{
			cell.Accessory = Value ? UITableViewCellAccessory.Checkmark : UITableViewCellAccessory.None;
			return cell;
		}