Split script tables in numerically keyed and generically keyed

This commit is contained in:
2018-12-09 13:23:09 +01:00
parent 2d6e3335aa
commit 6e960e38ff
7 changed files with 53 additions and 8 deletions

View File

@@ -1,9 +1,8 @@
using System;
using System.Globalization;
namespace Upsilon.BaseTypes.Number
{
internal class ScriptNumberLong : ScriptNumber
public class ScriptNumberLong : ScriptNumber
{
public long Value { get; set; }
protected internal override bool IsFloat { get; } = false;