Exemplo n.º 1
0
 static PureAllocator()
 {
     PureAllocator <T> .GenerateAllocateMethod();
 }
Exemplo n.º 2
0
 public static T AllocateDefault()
 {
     return(PureAllocator <T> .allocateDefault());
 }