allow passing a projection to Dump
e.g. with the signature "T Dump<T>(Func<T, object> whatToDump)"
This can then be used to dump a particular part of an object: "person.Dump(p => p.Name)", but the original value is still the result.
1
vote
George Pollard
shared this idea