You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not about it being hard to use a reference, it's about good practice. After all, those are constants that are well-defined by the compiler itself, handed over to you publicly.
Special methods like operators, implicit or explicit type conversion methods are displayed as
op_XXX
.For example, a class that implements the + operator will have its method displayed as
op_Addition
.The exact special names that could be detected and replaced are certainly documented somewhere.
The text was updated successfully, but these errors were encountered: