Link to home
Start Free TrialLog in
Avatar of RajaSoorya
RajaSoorya

asked on

How to create C# properties dynamically?

Hi,
I have a set of keys and values in a resource file (resw) and I would like to create properties with names as the Key in the resw file and the get property to return the Value of the key in the resource file. Can this be done dynamically?
ASKER CERTIFIED SOLUTION
Avatar of pkbugudai
pkbugudai
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial