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

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