MonoTouch.Dialog.RootElement.GetSectionForID C# (CSharp) Method

GetSectionForID() public method

public GetSectionForID ( string name ) : Section
name string
return Section
		public Section GetSectionForID (string name)
		{
			return GetSectionForID (name, this);
		}
		

Same methods

RootElement::GetSectionForID ( string name, RootElement element ) : Section