2 using System
.ComponentModel
;
3 using System
.ComponentModel
.Design
;
7 public static void Main() {}
10 [Test(TestEnum2
.TestValue
)]
15 class TestAttribute
: Attribute
{
16 public TestAttribute( TestEnum2
value ) {
20 class Test2Attribute
: Attribute
{