public ValueRangeAttribute()

in src/Annotations.cs [277:280]


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