Hi,
I was browsing the types in mscorlib using reflector (like you do...) and came across the IExpando interface, in the System.Runtime.InteropServices.Expando namespace.
I did a search in reflector and even checked out MSDN, it seems that no types in mscorlib implement this interface. There are also no code examples on MSDN.
Has anyone implemented this interface in their own code?
Does anyone know what it is used for exactly?
Thanks