Click here to Skip to main content
15,878,814 members
Articles / Programming Languages / C#

Protecting Writable Properties with an Interface Delegator

Rate me:
Please Sign up or sign in to vote.
3.75/5 (5 votes)
1 Apr 2006CPOL2 min read 28.1K   13  
This article explains the use and implementation of an InterfaceDelegator. You may also find it to be a good example on building dynamic types using the System.Reflection.Emit namespace.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Bill has been a developer for a software company in Canonsburg PA for the past 7 years and a computer engineering student at the University of Pittsburgh prior to that.

Bill dreams of one day not having to develop code using COM, and finally being able to use .net.

Comments and Discussions