Pair<T1, T2> class Pair<T1, T2> Documentation Code public T1 I1 { get; set; } public T2 I2 { get; set; } public Pair(T1 item1, T2 item2)