124 Views
I needed to remove an extraneous generic parameter from two classes in a 2008 project. Since I didn't have a tool for doing so, I created a find/replace regex for the task.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
I needed to remove an extraneous generic parameter from two classes in a 2008 project. Since I didn't have a tool for doing so, I created a find/replace regex for the task.