May 2003 - Posts

2
Comments

Explicitly Implicit by mj_naughton

Here's a VB.NET quirk, to get the ball rolling: In C#, you can say this: Size size ; SizeF sizeF ; size = new Size ( 100 , 100 ); sizeF = size ; That's because the Size type has a Type Conversion defined for SizeF . The documentation says: In Visual Basic...
Filed under:
More Posts