Exemplo n.º 1
0
 public static void RestoreRxBool(ILegoRxStruct <bool> rxBool)
 {
     BoolPool.Restore(rxBool);
 }
Exemplo n.º 2
0
 public static void RestoreRxFloat(ILegoRxStruct <float> rxFloat)
 {
     FloatPool.Restore(rxFloat);
 }
Exemplo n.º 3
0
 public static void RestoreRxDouble(ILegoRxStruct <double> rxDouble)
 {
     DoublePool.Restore(rxDouble);
 }
Exemplo n.º 4
0
 public static void RestoreRxStr(ILegoRxStruct <string> rxStr)
 {
     StrPool.Restore(rxStr);
 }
Exemplo n.º 5
0
 public static void RestoreRxLong(ILegoRxStruct <long> rxLong)
 {
     LongPool.Restore(rxLong);
 }
Exemplo n.º 6
0
 public static void RestoreRxInt(ILegoRxStruct <int> rxInt)
 {
     IntPool.Restore(rxInt);
 }
Exemplo n.º 7
0
 public static void RestoreRxShort(ILegoRxStruct <short> rxShort)
 {
     ShortPool.Restore(rxShort);
 }
Exemplo n.º 8
0
 public static void RestoreRxByte(ILegoRxStruct <byte> rxByte)
 {
     BytePool.Restore(rxByte);
 }