Does this keyword exist? When an overriding method needs to call the parent
- by Carlos
Often, in C# documentation, you come across a member where the description says something along the lines of "be sure to call the base method if you override this."
Is there a way to ensure at compile time that one has actually called the base function?