Search results for query: *

  1. A

    Access to opbject properties through Reflection

    Does anyone know of a way to access a list of an object's properties and values in a dynamic (reflective) way. In other words, without explicitly citing the property name. For instance I have an object called "Person" which has 2 properties... "Name" and "Age". I would like to be able to loop...
Back
Top