System.Web.Compilation.TemplateControlCompiler.PrependStatementsToFrameworkInitialize C# (CSharp) Method

PrependStatementsToFrameworkInitialize() protected method

protected PrependStatementsToFrameworkInitialize ( CodeMemberMethod method ) : void
method System.CodeDom.CodeMemberMethod
return void
		protected virtual void PrependStatementsToFrameworkInitialize (CodeMemberMethod method)
		{
		}
TemplateControlCompiler