|
|
Testing a Cloned Object Using Reflection |
|
|
Ben Hinton |
|
|
ASP.NET / Miscellaneous |
|
|
Click to Visit |
|
|
38 |
This tutorial instructs the users how to test a cloned object using reflection. The author says .NET framework provides the IClone hence the users can easily implement their own clone() and test it by using System.Reflection object. To perform this action the tutor of this article has provided sample code for testing.
|