using System; public class Test { public static void Main() { string a = "hui"; int b = 42; var p = Tuple.Create(a, b); } }