Exemplo n.º 1
0
 internal char[] AllocateCharArray(int size)
 {
     return(Fx.AllocateCharArray(size));
 }