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: 45b4459652aafe37e2b903200b2c9d435cef0f3d (plain)
1
2
3
4
5
// cs0657.cs : 'method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'type, return'
// Line : 4

[method: Obsolete]
delegate void Delegate ();