ReSharper complains when method can be static, but isn't

前端 未结 8 1348
萌比男神i
萌比男神i 2020-11-28 08:43

Why does ReSharper complain when a method can become static, but is not?

Is it because only one instance of a static method is created (on the type) and thus save on

8条回答
提交回复
热议问题