.NET
C# Multiple Return Values
A tuple is a data structure that provides an easy way to represent a single set of data. The System.Tuple class provides static methods to create tuple objects.
C# is a simple, modern, object-oriented, and type-safe programming language.