DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20240802.70.09d24d7%2Bgit2.46.0-1 / git / t / t4018 / csharp-method-generics
1234567891011
class Example<T1, T2> { Example<int, string> Method<TA, TB>(TA RIGHT, TB b) { // Filler // Filler // ChangeMe return null; } }