Android.Dialog.BooleanElement.BooleanElement C# (CSharp) Method

BooleanElement() public method

public BooleanElement ( string caption, bool value ) : System
caption string
value bool
return System
        public BooleanElement(string caption, bool value)
            : base(caption, value, Resource.Layout.dialog_onofffieldright)
        {
        }

Same methods

BooleanElement::BooleanElement ( string caption, bool value, int layoutId ) : System