c# get object property value by name

63

c# get object property value by name -

return car.GetType().GetProperty(propertyName).GetValue(car, null);

Comments

Submit
0 Comments