This question is locked. New answers and comments are not allowed.
This is how a bit of code I have appears after cleaning...
Maybe it's just me, but it doesn't feel right.
I guess I was expecting something more like this ...
What do you think?
--
Stuart
List<a> b = c.ToList() .ConvertAll<a>( delegate(d e) { return (a)e; });Maybe it's just me, but it doesn't feel right.
I guess I was expecting something more like this ...
List<a> b = c.ToList() .ConvertAll<a>( delegate(d e) { return (a)e; });What do you think?
--
Stuart