We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
What about just using:if (x is MyClass mc) { mc.MyMethod(); }
if (x is MyClass mc) { mc.MyMethod(); }
Updated the article thanks for suggestion!
What about just using:
if (x is MyClass mc) { mc.MyMethod(); }