PostCompile() private méthode

Executes the compiler post compiler stages.
The method iterates the compilation stage chain and runs each stage on the input.
private PostCompile ( ) : void
Résultat void
 public void PostCompile()
 {
     BaseCompiler.PostCompile();
 }