What is the equivalent of Java's final in C#?
Posted
by Nosrama
on Stack Overflow
See other posts from Stack Overflow
or by Nosrama
Published on 2009-08-25T11:05:43Z
Indexed on
2010/05/07
18:48 UTC
Read the original article
Hit count: 122
What is the equivalent of Java's final in C#?
EDIT: Sorry, I should have been clearer. I meant what is the equivalent when applied to a member variable - so it must be assigned once and only once.
© Stack Overflow or respective owner