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

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



C# Programming
09-30-2009, 08:50 PM
I have create a property of System.object return 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.