This may be a silly question but here goes...
I'm currently porting a C++ app to C# but I've run into difficulty porting the following typedef
typedef short RS_BOOL;
into C#. Is there a way to create user-defined types or type synonyms in C#?
Thanks for any help in advance...