Hello,
if I use casting the intelli-prompt is not working like (I think) it should be.
Example:[Modified at 02/06/2008 02:38 AM]
[Modified at 02/06/2008 02:39 AM]
if I use casting the intelli-prompt is not working like (I think) it should be.
Example:
object o = "";
(o as string). // intelli prompt not working for this line
((string)o). // intelli prompt not working for this line
[Modified at 02/06/2008 02:39 AM]