UIntRange.minMax
Static Property in UIntRange
Declaration
public static readonly UIntRange minMax { get; }
Description
Shorthand for writing UIntRange(uint.MinValue, uint.MaxValue)
.
public static readonly UIntRange minMax { get; }
Shorthand for writing UIntRange(uint.MinValue, uint.MaxValue)
.