I have a list of keyvaluepair(string,string) first string is something like class.property, second string is the value to assign to that class.property.
I'm currently looping through that list and by using reflection I set every value.
it work, but my question is there a faster way to do this?