M
Mark
I'm writing some code where I need to dynamically get information about an
objects properties. I can do this by using the System.ComponentModel
namespace or Reflection. Can someone tell me when you should use which? Is
one faster than the other?
just wondering.
objects properties. I can do this by using the System.ComponentModel
namespace or Reflection. Can someone tell me when you should use which? Is
one faster than the other?
just wondering.