2 [assembly
:CLSCompliant (true)]
4 public class CLSAttribute_1
: Attribute
{
5 public CLSAttribute_1(int[] array
) {
8 public CLSAttribute_1(int array
) {
12 [CLSCompliant (false)]
13 public class CLSAttribute_2
: Attribute
{
14 private CLSAttribute_2(int arg
) {
18 internal class CLSAttribute_3
: Attribute
{
19 public CLSAttribute_3(int[] array
) {
23 [CLSCompliant (false)]
24 public class CLSAttribute_4
: Attribute
{
25 private CLSAttribute_4(int[] args
) {
29 public class ClassMain
{
30 public static void Main () {}