コード例 #1
0
 public void ReadOnlyPropertyFail()
 {
     OldReflectionAssert.ReadOnlyProperty(typeof(SuccessClass), "Prop");
 }
コード例 #2
0
 public void ReadOnlyProperty()
 {
     OldReflectionAssert.ReadOnlyProperty(typeof(string), "Length");
 }