public ValueRangeAttribute()

in src/Annotations.cs [260:264]


    public ValueRangeAttribute(long from, long to)
    {
      From = from;
      To = to;
    }