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

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