Struct ByteRange
public readonly record struct ByteRange : IEquatable<ByteRange>
- Implements
- Inherited Members
Constructors
ByteRange(ulong, ulong)
public ByteRange(ulong Start, ulong End)
Parameters
Properties
End
public ulong End { get; init; }
Property Value
Start
public ulong Start { get; init; }