Welcome to DevAuthority.com Sign in | Join | Help

Tuesday, May 02, 2006 - Posts

IL for C# 3.0 Extension Methods

As yet another extension to my simple Extension Method sample from last week, I want to look briefly at the compiler’s rendering of the extension method implementation in IL. Consider the following code snippet:     public static
posted by jwooley | 1 Comments
Filed Under:

Namespace Collsions with Extension methods

A question was asked at the Atlanta C# Study Group meeting last night regarding the handling of multiple extension methods with the same signature in the same scope. The answer becomes apparent by extending on my sample from last week. Last time,
posted by jwooley | 1 Comments
Filed Under: