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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

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