Using StatePrinter from VB rather than C# to implement ToString
问题 I'm trying to follow the promising suggestion posted here to try StatePrinter as a shortcut to rolling my own ToString methods. I agree with the OP that it is a shame that VS still can't generate this method for me. I've got a fairly large project, in VS2015 (Community Edition), with both VB and C# code. I added the current stable version of StatePrinter using NuGet. I can make the example code from the SO answer work fine in my C# code but when I do what I think is the equivalent in my VB