Home
Options

IEnumberable.Dump with exclusions

Hi Joe

Any reason why the following doesn't work?
((IEnumerable) new[] { new { X = 1, Y = 2 } }).Dump(exclude: "X"); // doesn't work

Thanks

Alex

Comments

Sign In or Register to comment.