Using Reflection to Dynamically Generate ToString() Output
Update: Added code to show “null” when a property is null, like Visual Studio does. If you’ve ever used Visual Studio in any iteration in any language, you have most likely used the immediate window. It’s insanely useful and lets you just type an instance of an object and if the object doesn’t have an…
Continue reading Using Reflection to Dynamically Generate ToString() Output →