I trying implement in my code this example link but in
private object GetSourceValue(string propertyName) {}
he have a switch comparing various types. I want remove this types and properties and have a only GetSourceValue does can get source of property using only a string in parameter. I want pass class and property in string e resolve the value object of property.
Its Possible?