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

iPhoneBooleanElement() public method

public iPhoneBooleanElement ( string caption, bool value ) : System
caption string
value bool
return System
		public iPhoneBooleanElement (string caption, bool value) : base(caption)
		{
			Value = value;
		}