Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » General » Downloads
 

Deep copy of objects in C#

By , 18 Jul 2009
 
HCloner.zip
HCloner
HCloner
bin
Debug
HCloner.dll
Properties
HClonerTest
bin
Debug
HCloner.dll
HClonerTest.dll
nunit.framework.dll
HClonerTest.csproj.user
Properties
TestObjects
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using HAKGERSoft;
using NUnit.Framework;

namespace HAKGERSoft {

    [HClonerTestObject]
    public class AutomaticPropsTestObject {

        public string Str {
            get;
            set;
        }

        public int Integer {
            get;
            set;
        }

        public StringBuilder SB {
            get;
            set;
        }


    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Hakger
Software Developer (Senior)
Poland Poland
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 18 Jul 2009
Article Copyright 2009 by Hakger
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid