In java, I could do this with the 'final' keyword. I don't see 'final' in C#. Is there a substitute?
|
|
|
|
|
|
|
You're looking for the |
|||
|
|
|
|
Also be aware that "I don't think anybody will ever need to inherit from this" is not a good reason to use "sealed". Unless you've got a specific need to ensure that a particular implementation is used, leave the class unsealed. |
||||||||||
|
|
|
As Joel already advised, you can use http://en.csharp-online.net/CSharp_FAQ:_Does_CSharp_support_final_classes |
||
|
|
|
|
The Also, although this probably isn't what you're looking for in this situation, marking a class as |
||
|
|
|
|
The |
||||||||
|
