namespace System { interface IMinMaxValue { public static T MinValue { get; } public static T MaxValue { get; } } }