class Example<T1, T2>
{
Example<int, string> Method<TA, TB>(TA RIGHT, TB b)
// Filler
// ChangeMe
return null;
}