By KodefuGuru
via kodefuguru.com
Published: Dec 07 2009 / 13:21
One of the things one can do with extensions methods is add implementation to an interface. It is ironic this is oftentimes overlooked, since the primary purpose of extension methods is to extend IEnumerable> for LINQ. Here is a simple example of how you can to take advantage of this.



Add your comment