Ensure.Smaller

Ensure.Smaller<T> method

public static void Smaller<T>(T arg, T max, string parameterName)
    where T : IComparable<T>

See Also