Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element.Element C# (CSharp) Метод

Element() публичный Метод

Initializes the element with the given caption.
public Element ( string caption ) : System
caption string /// The caption. ///
Результат System
		public Element (string caption)
		{
			this.Caption = caption;
		}	

Same methods

Element::Element ( string caption, NSAction tapped ) : System