Exemplo n.º 1
0
        T Initialize0()
        {
            var value = Initialize();

            Set(ThreadLocalMap.GetMap(), index, value);
            return(value);
        }
Exemplo n.º 2
0
 protected static T Get()
 {
     return(Get(ThreadLocalMap.GetMap(), index));
 }