DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / 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 (); } }