コード例 #1
0
 public static void Main()
 {
     PropertyGetter.Test();
     PropertySetter.Test();
     TestNull();
     TestNonPropertyMethod();
     TestNonExistentMethod();
     MultipleMethods.Test(0);
     TestUnknownMethod(null);
 }