Settings and activity
3 results found
-
3 votes
An error occurred while saving the comment -
1,290 votes
Alex Jeffreys
supported this idea
·
-
36 votes
Alex Jeffreys
supported this idea
·
var a = new[] { new { X=1, Y=2 } }.Dump (exclude:"X"); // works
IEnumerable b = a;
b.Dump(exclude: "X"); // doesn't work?