DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0542-4.cs
12345678910
// CS0542: `C.C<T>()': member names cannot be the same as their enclosing type // Line: 6 class C { public static void C<T> () { } }