IntRange.positive
Static Property in IntRange
Declaration
public static readonly IntRange positive { get; }
Description
Shorthand for writing IntRange(0, int.MaxValue)
.
public static readonly IntRange positive { get; }
Shorthand for writing IntRange(0, int.MaxValue)
.