Castle.MonoRail.Framework.Test.MockViewComponentContext.HasSection C# (CSharp) Method

HasSection() public method

Determines whether the current component declaration on the view has the specified section.
public HasSection ( string sectionName ) : bool
sectionName string Name of the section.
return bool
		public bool HasSection(string sectionName)
		{
			return section2delegate.ContainsKey(sectionName);
		}