MonoTouch.Dialog.BooleanElementCell.BooleanElementCell C# (CSharp) Method

BooleanElementCell() public method

public BooleanElementCell ( ) : System
return System
		public BooleanElementCell():base(UITableViewCellStyle.Default, KEY){
			SelectionStyle = UITableViewCellSelectionStyle.None;
		}