how to create generic list to store mulptiple values in C# code example Example: list with two values c# List<Tuple<T1, T2>> list;