linux-packaging-mono/mcs/errors/CS0619-33-lib.cs

5 lines
118 B
C#
Raw Permalink Normal View History

public class Error
{
[System.ObsoleteAttribute ("Obsolete method", true)]
public void Report (string arg) {}
}