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

BooleanElementCell() публичный Метод

public BooleanElementCell ( ) : System
Результат System
		public BooleanElementCell():base(UITableViewCellStyle.Default, KEY){
			SelectionStyle = UITableViewCellSelectionStyle.None;
		}