Files
linux-packaging-mono/mcs/errors/cs0619-8.cs

8 lines
177 B
C#
Raw Normal View History

// CS0619: `ObsoleteStruct' is obsolete: `Obsolete struct'
// Line: 7
// Compiler options: -reference:CS0619-8-lib.dll
interface I
{
int Foo (int arg1, ObsoleteStruct arg2);
}