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

cs3013.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd45d7429b588e3d197e9ee4fe425249b4eb24ea (plain)
1
2
3
4
5
6
7
// cs3013.cs: Added modules must be marked with the CLSCompliant attribute to match the assembly
// Line: 0
// Compiler options: -addmodule:CS3013-module.dll

using System;

[assembly: CLSCompliant(true)]