ArgumentOutOfRangeException.ThrowIfGreaterThan<T>(T, T, String) Método

Definición

Produce un ArgumentOutOfRangeException si value es mayor que other.

public static void ThrowIfGreaterThan<T> (T value, T other, string? paramName = default) where T : IComparable<T>;

Parámetros de tipo

T

Tipo de los objetos que se van a validar.

Parámetros

value
T

Argumento que se va a validar como menor o igual que other.

other
T

Valor que se va a comparar con value.

paramName
String

Nombre del parámetro con el que value corresponde.

Se aplica a

Producto Versiones
.NET 8, 9