Convert to Instance Method

Last modified: 07 September 2023

Convert to Instance Method refactoring lets you convert a static method to a non-static, class instance method, with a class being the type parameter of the initial method.