wyrd
Well-known member
C/C++ has typedef;
Is there an equivelent for C#? Unacceptable answers include "no" and any other variation of it.
Code:
typedef int Stuff;
Stuff i;
i = 1;
Is there an equivelent for C#? Unacceptable answers include "no" and any other variation of it.