1 2 3 4 5 6 7 8 9 10 11
class Example<T1, T2> { Example<int,string> Method<TA ,TB>(TA RIGHT, TB b) { // Filler // Filler // ChangeMe return null; } }