Can someone direct me to documentation on how to iterate over only the properties in a class at runtime. I have a class that is nothing but properties and instead of typing out Console.WriteLine(someObject.someProperty) it would rather iterate over the available properties.

Ist this where System.Refelection comes into play?

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to