This question already has answers here:
How do I use the LINQPad Dump() extension method in Visual Studio? [closed]
                                
                                    (4个答案)
                                
                        
                                4年前关闭。
            
                    
给定(new [] {"a", "b"}).Dump(),LinqPad提供了一些非常有用的打印结果。

似乎此扩展方法是Console.WriteLine的简写形式。

问题>如何为我自己实现此转储?

最佳答案

该线程可能对您有用。
Is there a library that provides a formatted Dump( ) function like LinqPad?

关于c# - 如何实现由LinqPad提供的转储? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6207386/

10-12 12:58