DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / CS0425-7-lib.cs
1234567891011121314
// CS0425: // Line: public interface IA { void Foo<U> (); } public class CA { public void Foo<T> () where T : class { } }