المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : change property return type dynamically



C# Programming
09-30-2009, 08:11 PM
I have create a property of System.object type
I want to change its Type at runtime according to my need.
for example I want to convert it into System.String or System.Enum.
is it possible ?

Thanks.