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

StyledStringElement() public méthode

public StyledStringElement ( string caption ) : System
caption string
Résultat System
		public StyledStringElement (string caption) : base (caption) {}
		public StyledStringElement (string caption, string value) : base (caption, value) {}

Same methods

StyledStringElement::StyledStringElement ( string caption, System.Action tapped ) : System
StyledStringElement::StyledStringElement ( string caption, string value ) : System
StyledStringElement::StyledStringElement ( string caption, string value, System.Action tapped ) : System