1
vote
5answers
171 views
Best way to find out if an (upcast) instance doesn’t implement a particular interface
Maybe the need to do this is a 'design smell' but thinking about another question, I was wondering what the cleanest way to implement the inverse of this:
foreach(I …
