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

مشاهدة النسخة كاملة : how can i get the attributes in my class dynamically



C# Programming
05-25-2013, 01:41 AM
hi,

is there a way that i can get the attributes in my class dynamically like calling a function which return all the attributes in my class in an list/array?

however, without hard-coding so that even when my class attributes changes i dont need to change this function