How to return multiple values from C# method?

Apr 5 2007 2:36 PM
Does anyone know how to return a number of values from a C# method?
I am coding a method that populates 2 arrays and I need to pass them back to main().
Any ideas?

Answers (2)