The System.Runtime.InteropServices.Expando namespace contains the IExpando interface which allows modification of an object by adding or removing its members.
Type | Reason |
---|---|
IExpando |
Enables modification of objects by adding and removing members, represented by System.Reflection.MemberInfo objects. |