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

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

Constructs a Section without header or footers.
public Section ( ) : System
Результат System
		public Section () : base (null) {}
		

Same methods

Section::Section ( UIView header ) : System
Section::Section ( UIView header, UIView footer ) : System
Section::Section ( string caption ) : System
Section::Section ( string caption, string footer ) : System
Section::Section ( string caption, string footer, string ID ) : System