How often do you create implicit conversions for your classes?

Posted by Vitali Climenco on Stack Overflow See other posts from Stack Overflow or by Vitali Climenco
Published on 2010-04-06T06:29:12Z Indexed on 2010/04/06 6:33 UTC
Read the original article Hit count: 333

Filed under:
|
|

Hey there,

I've been developing .NET applications for 4 years. So far, I did not need to create any implicit conversions for the classes I authored.
Could you provide real-life situations when you could not do without creating implicit conversions?

Thank you

© Stack Overflow or respective owner

Related posts about .NET

Related posts about implicit-typing