Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CS0619-33-lib.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1d1594747ca38c3248c1069036abad4a16da1b7 (plain)
1
2
3
4
5
public class Error
{
    [System.ObsoleteAttribute ("Obsolete method", true)]
    public void Report (string arg) {}
}