MonoTouch.Dialog.Element.Element C# (CSharp) Метод

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

public Element ( string caption ) : System
caption string
Результат System
		public Element (string caption)
		{
			this.Caption = caption;
		}