Possible Duplicate:
Is there any way in C# to override a class method with an extension method?
Is it possible to override or shadow (new in C#) instance methods with extension methods?
Possible Duplicate:
Is there any way in C# to override a class method with an extension method?
Is it possible to override or shadow (new in C#) instance methods with extension methods?
No. From MSDN: