DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs1599-3.cs
123456789
// CS1599: The return type of `System.ArgIterator' is not allowed // Line: 8 using System; class C { delegate ArgIterator Test (int arg); }