PostCompile() private method

Executes the compiler post compiler stages.
The method iterates the compilation stage chain and runs each stage on the input.
private PostCompile ( ) : void
return void
Example #1
0
 public void PostCompile()
 {
     BaseCompiler.PostCompile();
 }