Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-298035: QuickFix to remove unneeded Lambda

$
0
0
Reporter Brian (O.E) Brian (O.E)
Created Apr 28, 2012 12:37:20 AM
Updated Apr 28, 2012 12:38:18 AM
Priority Normal
Type Feature
Fix versions No Fix versions
State Submitted
Assignee Alexey Kuptsov (alexey.kuptsov)
Subsystem Quick Fixes
Affected versions No Affected versions
Fixed in build No Fixed in build
This would allow one to automatically change

int[] x;
new Lazy<IEnumerable<int>>(() => x.ToList());


to

int[] x;
new Lazy<IEnumerable<int>>(x.ToList);

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>