Check out example codes for "c# copy an object". It will help you in understanding the concepts better.
Code Example 1
class TestClass
{
public TestClass Copy()
{
return MemberwiseClone();
}
}
Learn ReactJs, React Native from akashmittal.com