public Range Min/Max

This commit is contained in:
2024-01-17 20:56:35 +01:00
parent 61ef0ddd30
commit f469cb5a04
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
public abstract class RandomIntegerRange
{
private readonly Range _range;
public Range _range { get; init; }
internal RandomIntegerRange(Range range, Range limits)
{
if (range.Max - range.Min < 0)