PropertyInfo info =currentobject.getType.getproperty (propertychain)
currentobject=info.getvalue (currentobject)
When I put a string instead of getValue it works pretty fast. But if it returns an object it gets so slow?
Why is that, is there a possible solution/workaround for this?