0
Answer

synonyms in C#...

Ask a question
tueller

tueller

20y
2.8k
1
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...