簡単に言えば、Resharper でパターンを使用して次の置換を行うことは可能ですか。
前:
AddType("MyApplication.Something.SomeObject", "ObjectName");
後
AddType<MyApplication.Something.SomeObject>("ObjectName");
簡単に言えば、Resharper でパターンを使用して次の置換を行うことは可能ですか。
前:
AddType("MyApplication.Something.SomeObject", "ObjectName");
後
AddType<MyApplication.Something.SomeObject>("ObjectName");