When should use Readonly and Get only properties

Posted by Ram on Stack Overflow See other posts from Stack Overflow or by Ram
Published on 2010-04-27T08:21:36Z Indexed on 2010/04/27 8:23 UTC
Read the original article Hit count: 158

Filed under:
|

In a .NET application when should I use "ReadOnly" properties and when should I use just "Get". What is the difference between these two.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#