IEnumberable.Dump with exclusions
Hi Joe
Any reason why the following doesn't work?
Thanks
Alex
Any reason why the following doesn't work?
((IEnumerable) new[] { new { X = 1, Y = 2 } }).Dump(exclude: "X"); // doesn't work
Thanks
Alex
Comments