MonoTouch.Dialog.Element.Element C# (CSharp) 메소드

Element() 공개 메소드

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