MonoTouch.Dialog.Element.Element C# (CSharp) Méthode

Element() public méthode

public Element ( string caption ) : System
caption string
Résultat System
		public Element (string caption)
		{
			this.Caption = caption;
		}