kirupa.com - Extension Methods in C# 3.0

       by kirupa  |  1 June 2009

When creating an application, you declare variables and use objects that all have a Type associated with them. Types you probably use commonly include int, double, string, Array, etc. One common type that I like to use often is a List. As with any object you use in .NET, you have access to all methods and properties the object exposes.


This is a companion discussion topic for the original entry at https://www.kirupa.com/net/extension_methods.htm