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

BaseBooleanImageElement() public method

public BaseBooleanImageElement ( string caption, bool value ) : System
caption string
value bool
return System
        public BaseBooleanImageElement(string caption, bool value)
            : base(caption, value)
        {
        }