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: 1bf6826d207ca52dcc8e3da3493c6167ce531106 (plain)
1
2
3
4
5
6
7
// cs3013.cs: Added module is not CLS-compliant, or is missing CLSCompliant attribute
// Line: 0
// Compiler options: -addmodule:CS3013-module.dll

using System;

[assembly: CLSCompliant(true)]