public ValueRangeAttribute()

in src/Annotations.cs [272:275]


    public ValueRangeAttribute(long value)
    {
      From = To = value;
    }