i wanna know if there is any pattern that can overcome this problem: i have a set of properties that needed to be public to serveral classes and to other classes they should be only readonly, the classes must be public.
i do not wanna use reflection or any other bad performance makers
i know i can make them RO and implement logic inside class but i don't think its good
any help???