Class UInt64Range
public record UInt64Range : IEquatable<UInt64Range>- Inheritance
- 
      
      UInt64Range
- Implements
- Inherited Members
- Extension Methods
Properties
Start
public ulong Start { get; init; }Property Value
Stop
public ulong Stop { get; init; }