The Convert extension method to static refactoring allows you to easily convert an extension method to plain static helper method.
Note |
|---|
Language Support Supported: C#, VB.NET Not relevant: JavaScript, ASP.NET,XAML, HTML |
To convert an extension method to static helper method
Select the extension method you want to convert. Press Alt+Insert. From the pop-up menu select Convert extension method to static.
The result is: