Esempio n. 1
0
 public static StringTable GetInstance()
 {
     return(s_staticPool.Allocate());
 }
Esempio n. 2
0
 public static TextKeyedCache <T> GetInstance()
 {
     return(s_staticPool.Allocate());
 }