コード例 #1
0
ファイル: Script.cs プロジェクト: Whitecaribou/KOS
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
コード例 #2
0
 public static CompileCache GetInstance()
 {
     return(instance ?? (instance = new CompileCache()));
 }
コード例 #3
0
ファイル: Script.cs プロジェクト: stephengeorgewest/KOS-1
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
コード例 #4
0
ファイル: CompileCache.cs プロジェクト: Whitecaribou/KOS
 public static CompileCache GetInstance()
 {
     return instance ?? (instance = new CompileCache());
 }