Why does the VS Metadata view does not display explicit interface implemented members
问题 The other day i was looking at C# Boolean struct metadata. Boolean implements the interface IConvertible. But looking at Boolean's members i could not see most of the IConvertible members. I've done some tests with some colleagues, including creating our own classes, and came to the conclusion that IConvertible must be implemented explicitly for Boolean. The question is, why are they not visible? I understand it might be a 'by design decision' but i understand that it would add greater value