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

StringElement() public méthode

public StringElement ( string caption ) : System
caption string
Résultat System
		public StringElement (string caption) : base(caption) {}
		

Same methods

StringElement::StringElement ( string caption, System.Action tapped ) : System
StringElement::StringElement ( string caption, string value ) : System
StringElement::StringElement ( string caption, string value, System.Action tapped ) : System
StringElement::StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System