MonoTouch.Dialog.BooleanElementCell.BooleanElementCell C# (CSharp) 메소드

BooleanElementCell() 공개 메소드

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