DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs7003-6.cs
12345678910
// CS7003: Unbound generic name is not valid in this context // Line: 8 class C { static void Main () { System.Action<>.Combine (); } }