Exemplo n.º 1
0
 [Pure] public static int MustBeInt(this uint value) => value.AsInt() ?? throw new ArgumentOutOfRangeException(nameof(value), value, $"Must be a whole number in the range of valid {nameof(Int32)} values!");