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

MockViewComponentContext() protected method

Initializes a new instance of the MockViewComponentContext class.
protected MockViewComponentContext ( ) : System
return System
		protected MockViewComponentContext()
		{
			section2delegate = new Dictionary<string, TestSectionRender>(StringComparer.InvariantCultureIgnoreCase);
		}

Same methods

MockViewComponentContext::MockViewComponentContext ( string componentName, TextWriter writer, IViewEngine viewEngine ) : System