Some more classes
[mono.git] / mcs / class / corlib / System / TODO
1 System.Object:
2         Need a mechanism for getting an object underlying type.
3
4 System.ValueType:
5         Need to lock memory and "scan" the actual contents to compute
6         hash code and do comparissions.  Should be simple to do with
7         C#, the problem is figuring out the size of the object.