CSharpUtils.Templates.Runtime.TemplateCode.CallParentBlock C# (CSharp) Method

CallParentBlock() protected method

protected CallParentBlock ( String BlockName, TemplateContext Context ) : void
BlockName String
Context TemplateContext
return void
		protected void CallParentBlock(String BlockName, TemplateContext Context)
		{
			this.ParentTemplate.GetFirstAscendingBlock(BlockName)(Context);
		}