DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0531.cs
12345678910
// CS0531: `Interface.Foo()': interface members cannot have a definition // Line: 5 public interface Interface { void Foo () { } }