MonoTouch.Dialog.Section.Section C# (CSharp) Method

Section() public method

Constructs a Section without header or footers.
public Section ( ) : System
return 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