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

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

public StyledStringElement ( string caption ) : System
caption string
Результат 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