Return multiple values from a function in C#

There are several ways in C# to implement a method that returns multiple values. Here are a few of them, with as much information as possible about each one.

October 22, 2016
  • C#
  • Csharp