Class DeltaPackRangeAttribute
- Namespace
- DeltaPack
- Assembly
- DeltaPack.dll
Specifies min/max bounds for integer encoding. Bounded integers are encoded more efficiently when values are constrained.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class DeltaPackRangeAttribute : Attribute
- Inheritance
-
DeltaPackRangeAttribute
- Inherited Members
Constructors
DeltaPackRangeAttribute(long)
public DeltaPackRangeAttribute(long min)
Parameters
minlong
DeltaPackRangeAttribute(long, long)
public DeltaPackRangeAttribute(long min, long max)
Parameters
Properties
Max
public long? Max { get; }
Property Value
- long?
Min
public long Min { get; }