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

Element() public method

public Element ( string caption ) : System
caption string
return System
		public Element (string caption)
		{
			this.Caption = caption;
		}