1 // cs3016.cs: Arrays as attribute arguments are not CLS-compliant
5 [assembly
:CLSCompliant (true)]
7 [CLSAttribute (new bool [] {true, false}
)]
8 public class CLSAttribute
: Attribute
{
9 public CLSAttribute () {
12 public CLSAttribute(bool[] array
) {