Hi all.

Consider this;

I have a class with bunch of properties and i would like to do exactly
same action for each property in my class.

Example;

foreach(property myProperty in MyClassName.Properties)
{
     //Do the job!
}

Any suggestions?

Reply via email to