Should all methods that have a return value be turned into a property?

Posted by uriDium on Stack Overflow See other posts from Stack Overflow or by uriDium
Published on 2010-05-19T14:31:47Z Indexed on 2010/05/19 14:40 UTC
Read the original article Hit count: 114

Filed under:

I was just thinking about it and since .Net has introduced properties is there ever a situation where you would want to leave your code as a method that returns a value as opposed to a readonly property.

© Stack Overflow or respective owner

Related posts about .NET