typeof (float) == typeof (float*)
sizeof (float) == sizeof (float*)

Is this really the correct behaviour?  I can see there are problems with 
unique types for pointers, because there is an infinite number - float, 
float*, float**, etc - but I would have thought it would be important to get 
sizeof right.

Alan
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to