C
ChuckDemon
Is there a .NET class or function to dump the contents of a
variable/array/object/whatever to the console?
Console.WriteLine( dump_variable( my_var ) );
Thanks.
variable/array/object/whatever to the console?
Console.WriteLine( dump_variable( my_var ) );
Thanks.