0
Reply

synonyms in C#...

tueller

tueller

Mar 24 2004 11:29 AM
2.8k
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...