title | description | ms.date | ms.topic | author | ms.author | manager | ms.subservice | dev_langs | ||
---|---|---|---|---|---|---|---|---|---|---|
Inline method |
Learn how to use the Quick Actions and Refactorings menu in Visual Studio to refactor inline method declarations and provide a clearer syntax. |
11/03/2020 |
reference |
mikadumont |
midumont |
mijacobs |
general-ide |
|
This refactoring applies to:
-
C#
-
Visual Basic
What: Inline method refactoring.
When: You want to replace usages of a static, instance, and extension method within a single statement body with an option to remove the original method declaration.
Why: This refactoring will provide a more clear syntax.
-
Place your caret on the usage of the method.
-
Press Ctrl+. to trigger the Quick Actions and Refactorings menu.
-
Select from one of the following options:
Select Inline
<QualifiedMethodName>
to remove the inline method declaration:Select Inline and keep
<QualifiedMethodName>
to preserve the original method declaration: