I have this code (which works just right):
Perhaps something like
where StaticBoolean is
StaticBoolean
public static class StaticBoolean { public static bool True { get { return true; } } }