Argument
class Argument
public Argument()
public static void AssertInRange<T>(T value, T minimum, T maximum, string name) where T : IComparable<T>
Throws if value is less than the minimum or greater than the maximum.