My case is:
I'm working a .net library which wraps an existing C++ library. One method in C++ returns an unsigned int and I also want to return the .net corresponding method with an System.Uint32.
Will this cause some issue for languages which don't support unsigned data types?