Microsoft.JScript.Vsa.VsaEngine.CompileEmpty C# (CSharp) 메소드

CompileEmpty() 개인적인 메소드

private CompileEmpty ( ) : bool
리턴 bool
      public bool CompileEmpty(){
        this.TryObtainLock();
        try{
          return this.DoCompile();
        }finally{
          this.ReleaseLock();
        }
      }