MonoTouch.Dialog.CheckboxElement.ConfigCell C# (CSharp) Метод

ConfigCell() приватный Метод

private ConfigCell ( UITableViewCell cell ) : UITableViewCell
cell UITableViewCell
Результат UITableViewCell
		UITableViewCell ConfigCell (UITableViewCell cell)
		{
			cell.Accessory = Value ? UITableViewCellAccessory.Checkmark : UITableViewCellAccessory.None;
			return cell;
		}