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

RadioElement() public method

public RadioElement ( string caption = null, string group = null ) : System
caption string
group string
return System
        public RadioElement(string caption = null, string group = null)
            : base(caption)
        {
            Group = group;
        }