Ejemplo n.º 1
0
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
Ejemplo n.º 2
0
 public static CompileCache GetInstance()
 {
     return(instance ?? (instance = new CompileCache()));
 }
Ejemplo n.º 3
0
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
Ejemplo n.º 4
0
 public static CompileCache GetInstance()
 {
     return instance ?? (instance = new CompileCache());
 }