In C#, properties like .Count and .LongCount cannot return a negative number, yet they return int
and long
.
Why don't they return uint
and ulong
respectively?
In C#, properties like .Count and .LongCount cannot return a negative number, yet they return int
and long
.
Why don't they return uint
and ulong
respectively?