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