コード例 #1
0
 public void IsSealedFail()
 {
     OldReflectionAssert.IsSealed(typeof(FailClass));
 }
コード例 #2
0
 public void IsSealed()
 {
     OldReflectionAssert.IsSealed(typeof(SuccessClass));
 }