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
Because explicit interface implementation actually hides the implementation.