最佳答案
I have method in Class which is implementation of Interface. When I made it Explicit implementation I got compiler error
The modifier 'public' is not valid for this item
Why it is not allowed to have public
for explicit interface implementation ?