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

CS0612-2-lib.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dca7115b6dbfe9f4736365814eaa01dfe1a035a1 (plain)
1
2
3
4
5
6
using System;

public class Foo {
        [Obsolete]
        public int Bar { get { return 0; } }
}