DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0412.cs
123456789
// CS0412: The type parameter name `T' is the same as local variable or parameter name // Line: 6 class C { public void Foo<T> (string T) { } }