CSharpUtils.Templates.Runtime.DummyTemplateCode.LocalRenderAsync C# (CSharp) Method

LocalRenderAsync() protected method

protected LocalRenderAsync ( TemplateContext Context ) : System.Threading.Tasks.Task
Context TemplateContext
return System.Threading.Tasks.Task
		protected override Task LocalRenderAsync(TemplateContext Context)
		{
 			throw new NotImplementedException();
		}
	}
DummyTemplateCode