Hi,


I'm a new user of .Net, and my background is from c++.
I want to add to my C# project a Header of global constants.

It there a way to do it, except of declaring it in a class? (I want
to do it like a header file of constants in C++)

I opened a code file(constans.cs) and I tried to declare const
and the compiler didn't approve it.


Thanks in advanced,