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
They are explicitly implemented. You can find all implemented convertables here: http://msdn.microsoft.com/en-us/library/system.boolean.aspx