0
kicks
C#: The Truth About Readonly Fields
I recently seen this surface in some code I've been working on. I had to really think about this one to remember what it was. I knew it was similar to the const keyword but didn't remember the difference. I don't like being stumped so I looked it up. MSDN had the following to say about readonly...