Why It's not legal having "int" inside a namespace? "int" is a type. right? Just like "class". I know that there are differences between them but there are both Data Types.
namespace Ikco.Crp.UI.Common
{
public int i;
....
....
}
What is the Microsoft' idea about that?