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

ValueElement() protected method

protected ValueElement ( string caption ) : System
caption string
return System
        protected ValueElement(string caption) : base(caption)
        {
        }

Same methods

ValueElement::ValueElement ( string caption, string layoutName ) : System