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

cs0596.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edbaed9e38eba57093c25534a48d5bf5c84a6c3a (plain)
1
2
3
4
5
6
7
// cs0596.cs: The Guid attribute must be specified with the ComImport attribute
// Line: 4

[System.Runtime.InteropServices.ComImportAttribute]
class C
{
}