The question is basically self-explanatory. I'm sure you're all familiar with the visual studio designer and how it can display any property of an object, regardless of type, as long as the property is permitted to be displayed in the designer.
I'm working on a function that can do the same thing, but I need a thorough tutorial on reflection in order for this function to be able to handle any type of property.
Got any recommendations?