1 // Compiler options: -warnaserror
4 [assembly
:CLSCompliant (true)]
6 public class CLSAttribute_1
: Attribute
{
7 public CLSAttribute_1(int[] array
) {
10 public CLSAttribute_1(int array
) {
14 [CLSCompliant (false)]
15 public class CLSAttribute_2
: Attribute
{
16 private CLSAttribute_2(int arg
) {
20 internal class CLSAttribute_3
: Attribute
{
21 public CLSAttribute_3(int[] array
) {
25 [CLSCompliant (false)]
26 public class CLSAttribute_4
: Attribute
{
27 private CLSAttribute_4(int[] args
) {
31 public class ClassMain
{
32 public static void Main () {}