list with two values c#

C#
List<Tuple<T1, T2>> list;
Source

Also in C#: