Ensure.Greater

Ensure.Greater<T> method

public static void Greater<T>(T arg, T min, string parameterName)
    where T : IComparable<T>

See Also