2
Answers

How to return multiple values from C# method?

Photo of Mikhail Prariv

Mikhail Prariv

18y
26k
1
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)