コード例 #1
0
 internal char[] AllocateCharArray(int size)
 {
     return(Fx.AllocateCharArray(size));
 }