Why does the VS Metadata view does not display explicit interface implemented members

前端 未结 4 1163
盖世英雄少女心
盖世英雄少女心 2020-12-11 17:41

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 t

4条回答
  •  天命终不由人
    2020-12-11 18:09

    They are explicitly implemented. You can find all implemented convertables here: http://msdn.microsoft.com/en-us/library/system.boolean.aspx

提交回复
热议问题