2 using System
.Reflection
;
17 get { return new A(); }
20 get { return new A(); }
22 public static int Main() {
23 PropertyInfo
[] p
= typeof (T
).GetProperties (BindingFlags
.Public
| BindingFlags
.NonPublic
|BindingFlags
.Instance
);
24 if (p
== null || p
.Length
!= 2)