Click here to Skip to main content
15,902,492 members
Articles / Programming Languages / C# 4.0

Extension Method (Basic Understanding)

Rate me:
Please Sign up or sign in to vote.
3.22/5 (5 votes)
12 Jun 2009CPOL3 min read 18.6K   85   15  
Extension method is a feature in C# 3.0, which allows a developer to add functionality in existing class without modifying or recompiling or extending the existing class.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions