c# - Why does .NET use int instead of uint in certain classes? -


i come across code uses int things .count, etc, in framework classes, instead of uint.

what's reason this?

uint32 not cls compliant might not available in languages target common language specification. int32 cls compliant , therefore guaranteed exist in languages.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

javascript - Trying create a translator based on a preset alphabet -