PreCompile() 개인적인 메소드

Executes the compiler pre compiler stages.
The method iterates the compilation stage chain and runs each stage on the input.
private PreCompile ( ) : void
리턴 void
예제 #1
0
 public void PreCompile()
 {
     BaseCompiler.PreCompile();
 }