Is there an equivalent to this in C#?
#define TypeConstant int
int main()
{
TypeConstant x = 5;
}
Thank you very much!
Edit: I am not sure how this is related to defining a regular constant, I have explicitly written type constant, not a constant value! Read before you vote guys!