why the Interfaces property of INamedTypeSymbol,return all the interfaces result witch is same as AllInterfaces property #75619
Unanswered
MarvelTiter
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Interface inheritance does not work like class inheritance. Interfaces directly implement all interfaces that were inherited from any base interfaces. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the code maybe like this,IWrapHello interface's
INamedTypeSymbol
Beta Was this translation helpful? Give feedback.
All reactions