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

cs0657-7.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eed32386c053551d68052676e2c8df4dcc8804f (plain)
1
2
3
4
5
// cs0657-7.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
// Line : 4

[method: Obsolete]
delegate void Delegate ();