I\'m looking for a way to modify properties on a dynamic C# 4.0 object with the name of the property known only at runtime.
dynamic
Is there a way to do something l
fast-member may fit the bill - it looks like it generates the IL on the fly, but caches it so it's really fast after the first use.