MonoMobile.Views.BaseDialogViewSource.BaseDialogViewSource C# (CSharp) Method

BaseDialogViewSource() public method

public BaseDialogViewSource ( DialogViewController controller ) : System
controller DialogViewController
return System
		public BaseDialogViewSource(DialogViewController controller)
		{
			Controller = controller;

			RowHeights = new Dictionary<NSIndexPath, float>();

			SelectedAccessoryViews = new Dictionary<UITableViewCell, UIView>();
			UnselectedAccessoryViews = new Dictionary<UITableViewCell, UIView>();

			Sections = new Dictionary<int, Section>();

			TableViewStyle = UITableViewStyle.Grouped;
		}