public static AutoCSer.CacheServer.OperationUpdater.Integer <sbyte> GetIntegerUpdater(this AutoCSer.CacheServer.DataStructure.Abstract.ValueArray <sbyte> node, int index)
 {
     return(node.GetInteger(index));
 }
 public static AutoCSer.CacheServer.OperationUpdater.Number <decimal> GetNumberUpdater(this AutoCSer.CacheServer.DataStructure.Abstract.ValueArray <decimal> node, int index)
 {
     return(node.GetNumber(index));
 }
Ejemplo n.º 3
0
 public static AutoCSer.CacheServer.OperationUpdater.Number </*Type[0]*/ ulong /*Type[0]*/> GetNumberUpdater(this AutoCSer.CacheServer.DataStructure.Abstract.ValueArray </*Type[0]*/ ulong /*Type[0]*/> node, int index)
 {
     return(node.GetNumber(index));
 }