J
Jeremy Chapman
In a base class, a method is declared protected internal virtual object
SaveViewState();
I can override it protected virtual object SaveViewState(); but I can not
add the internal keyword. Why not?
SaveViewState();
I can override it protected virtual object SaveViewState(); but I can not
add the internal keyword. Why not?