コード例 #1
0
 public static void RestoreRxShort(IRxStruct <short> rxShort)
 {
     ShortPool.Restore(rxShort);
 }
コード例 #2
0
 public static IRxStruct <short> GetRxShort()
 {
     return(ShortPool.Take());
 }